aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-29 02:54:22 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-29 02:54:22 +0000
commit2530537e0cadfb605dc1b701ae5aedb54518abee (patch)
tree47f34a793de120f84293cf9fbc116a07ba5f3b8b /tethereal.c
parent57d8f3504a730e19dd239bbdb08cf3f7d090a7fd (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12131 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tethereal.c')
-rw-r--r--tethereal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tethereal.c b/tethereal.c
index 7af7592da1..b8aefe37ac 100644
--- a/tethereal.c
+++ b/tethereal.c
@@ -84,7 +84,7 @@
#include "file.h"
#include "disabled_protos.h"
#include <epan/prefs.h>
-#include "column.h"
+#include <epan/column.h>
#include "print.h"
#include <epan/addr_resolv.h>
#include "util.h"