aboutsummaryrefslogtreecommitdiffstats
path: root/file.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 /file.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 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 5d5bf9784f..c4b6a0c570 100644
--- a/file.c
+++ b/file.c
@@ -68,7 +68,7 @@
#include "color.h"
#include "color_filters.h"
-#include "column.h"
+#include <epan/column.h>
#include <epan/packet.h>
#include "packet-range.h"
#include "print.h"