aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-07-01 14:37:02 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-07-01 14:37:02 +0000
commit3fe0c3411050ac1da9728e302e8e798b6e8b2afb (patch)
tree6e7a116ded1ac186a6ce22a02be0796e9f9e63b8 /file.c
parent39139dc75ca9cb6f0999c61ba1d7e7637921af6c (diff)
Make the new packet list compile on Windows.
svn path=/trunk/; revision=28907
Diffstat (limited to 'file.c')
-rw-r--r--file.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/file.c b/file.c
index b85931e9a9..bd809d54b7 100644
--- a/file.c
+++ b/file.c
@@ -73,9 +73,6 @@
#include <epan/column-utils.h>
#include <epan/strutil.h>
-#ifdef NEW_PACKET_LIST
-#include "gtk/new_packet_list.h"
-#endif
#ifdef HAVE_LIBPCAP
gboolean auto_scroll_live;