aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_win.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-09-29 02:54:22 +0000
committerGuy Harris <guy@alum.mit.edu>2004-09-29 02:54:22 +0000
commit7f5b234c5c3969033ad33a43c07a35a1d3e1dcb2 (patch)
tree47f34a793de120f84293cf9fbc116a07ba5f3b8b /gtk/packet_win.c
parenteaadcc4c62c5a61273c814f86d33ed859ba8917b (diff)
Move the column preferences stuff to epan (the rest of the preferences
stuff is already there). Update Gerald's e-mail address in column.h. svn path=/trunk/; revision=12131
Diffstat (limited to 'gtk/packet_win.c')
-rw-r--r--gtk/packet_win.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/packet_win.c b/gtk/packet_win.c
index dbe3946cf8..5d5dae16a5 100644
--- a/gtk/packet_win.c
+++ b/gtk/packet_win.c
@@ -48,7 +48,7 @@
#include <epan/prefs.h>
#include "menu.h"
#include "../menu.h"
-#include "column.h"
+#include <epan/column.h>
#include "print.h"
#include <epan/addr_resolv.h>
#include "packet_win.h"