aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_prefs.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-09-27 22:55:15 +0000
committerGuy Harris <guy@alum.mit.edu>2004-09-27 22:55:15 +0000
commitbbe7f89742d53c8ca19ab93793380aa847de9ca4 (patch)
tree40af8238791cddc046ed8f667647d7f16192351a /gtk/capture_prefs.c
parent0e3e50e1f7831d5552d328f8eb4441a4f1c79f02 (diff)
Move prefs.c and prefs.h into the epan subdirectory.
svn path=/trunk/; revision=12115
Diffstat (limited to 'gtk/capture_prefs.c')
-rw-r--r--gtk/capture_prefs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/capture_prefs.c b/gtk/capture_prefs.c
index 7207f1113f..b479380346 100644
--- a/gtk/capture_prefs.c
+++ b/gtk/capture_prefs.c
@@ -35,7 +35,7 @@
#include "globals.h"
#include "capture_prefs.h"
#include "gtkglobals.h"
-#include "prefs.h"
+#include <epan/prefs.h>
#include "prefs_dlg.h"
#include "ui_util.h"
#include "dlg_utils.h"