"prefs-int.h" belongs in epan, too.

svn path=/trunk/; revision=12168
This commit is contained in:
Guy Harris 2004-10-01 08:33:53 +00:00
parent d6a9e37c97
commit 92ee993e82
7 changed files with 5 additions and 5 deletions

View File

@ -44,7 +44,6 @@ DISSECTOR_SUPPORT_INCLUDES = \
nlpid.h \
oui.h \
ppptypes.h \
prefs-int.h \
ptvcursor.h \
reassemble.h \
rpc_defrag.h \

View File

@ -107,6 +107,7 @@ LIBETHEREAL_INCLUDES = \
pint.h \
plugins.h \
prefs.h \
prefs-int.h \
proto.h \
range.h \
report_err.h \

View File

@ -45,7 +45,7 @@
#include <epan/column.h>
#include "print.h"
#include "prefs-int.h"
#include <epan/prefs-int.h>
/* Internal functions */
static module_t *find_module(const char *name);

View File

@ -93,7 +93,7 @@
#include "print.h"
#include "simple_dialog.h"
#include "register.h"
#include "prefs-int.h"
#include <epan/prefs-int.h>
#include "ringbuffer.h"
#include "../ui_util.h" /* beware: ui_util.h exists twice! */
#include <epan/tap.h>

View File

@ -50,7 +50,7 @@
#include "simple_dialog.h"
#include "compat_macros.h"
#include "prefs-int.h"
#include <epan/prefs-int.h>
#ifdef HAVE_LIBPCAP
#ifdef _WIN32

View File

@ -37,7 +37,7 @@
#include "menu.h"
#include "main.h"
#include <epan/prefs.h>
#include "prefs-int.h"
#include <epan/prefs-int.h>
#include "ui_util.h"
#include "dlg_utils.h"
#include "cfilter_combo_utils.h"