aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-09-09 02:42:40 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-09-09 02:42:40 +0000
commit3c49e45cf7490165308e176b2107a1956822d08a (patch)
treeff3ff8fff5c54ade93ba596652aaba77189dfb1e /file.c
parent28009b86d2e89c31e5457702df9af1a513588c2a (diff)
downloadwireshark-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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/file.c b/file.c
index 0cee4f2d09..3ce06f9776 100644
--- a/file.c
+++ b/file.c
@@ -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"