diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-09-09 02:42:40 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-09-09 02:42:40 +0000 |
commit | 3c49e45cf7490165308e176b2107a1956822d08a (patch) | |
tree | ff3ff8fff5c54ade93ba596652aaba77189dfb1e /file.c | |
parent | 28009b86d2e89c31e5457702df9af1a513588c2a (diff) | |
download | wireshark-3c49e45cf7490165308e176b2107a1956822d08a.tar.gz wireshark-3c49e45cf7490165308e176b2107a1956822d08a.tar.bz2 wireshark-3c49e45cf7490165308e176b2107a1956822d08a.zip |
More shuffling of GTK-related files to gtk subdirectory.
svn path=/trunk/; revision=635
Diffstat (limited to 'file.c')
-rw-r--r-- | file.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ /* file.c * File I/O routines * - * $Id: file.c,v 1.86 1999/09/01 03:04:10 gram Exp $ + * $Id: file.c,v 1.87 1999/09/09 02:42:24 gram Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -68,14 +68,14 @@ # include <netinet/in.h> #endif -#include "ethereal.h" +#include "gtk/main.h" #include "column.h" #include "gtk/menu.h" #include "packet.h" #include "print.h" #include "file.h" #include "util.h" -#include "gtkpacket.h" +#include "gtk/proto_draw.h" #include "dfilter.h" #include "timestamp.h" |