diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-08-11 17:02:28 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-08-11 17:02:28 +0000 |
commit | 499eff7b0d4a7599cb0cd72a08d6a9868361c621 (patch) | |
tree | 52e1599504ed9d2173fb4986c841237344066e8f /file.h | |
parent | d42b2df23f2dcf39ffcea891c4ca6ba34d35f0fc (diff) | |
download | wireshark-499eff7b0d4a7599cb0cd72a08d6a9868361c621.tar.gz wireshark-499eff7b0d4a7599cb0cd72a08d6a9868361c621.tar.bz2 wireshark-499eff7b0d4a7599cb0cd72a08d6a9868361c621.zip |
Changed two #include <>'s to #include "" 's, for stylistic reasons only.
svn path=/trunk/; revision=471
Diffstat (limited to 'file.h')
-rw-r--r-- | file.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ /* file.h * Definitions for file structures and routines * - * $Id: file.h,v 1.30 1999/08/10 07:54:07 guy Exp $ + * $Id: file.h,v 1.31 1999/08/11 17:02:27 gram Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -35,7 +35,7 @@ #endif #ifndef __WTAP_H__ -#include <wiretap/wtap.h> +#include "wiretap/wtap.h" #endif #ifdef HAVE_LIBPCAP |