aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-10-23 09:20:39 +0000
committerGuy Harris <guy@alum.mit.edu>2004-10-23 09:20:39 +0000
commitcbbdf75b4dc05bb423af6bcb4e9eaecc6fbe26f1 (patch)
tree554f0f7723d100689168655dad8817c332c73c69 /epan/dissectors
parent02c9bf57f4185ab1e12f40a67bb546d6cc5fc155 (diff)
Remove the include of <epan/prefs.h> from files that don't call any
preference routines. svn path=/trunk/; revision=12380
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-aim-buddylist.c1
-rw-r--r--epan/dissectors/packet-aim-chat.c1
-rw-r--r--epan/dissectors/packet-aim-generic.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/epan/dissectors/packet-aim-buddylist.c b/epan/dissectors/packet-aim-buddylist.c
index c8988afc7a..1c4af05deb 100644
--- a/epan/dissectors/packet-aim-buddylist.c
+++ b/epan/dissectors/packet-aim-buddylist.c
@@ -38,7 +38,6 @@
#include <epan/strutil.h>
#include "packet-aim.h"
-#include <epan/prefs.h>
#define FAMILY_BUDDYLIST 0x0003
diff --git a/epan/dissectors/packet-aim-chat.c b/epan/dissectors/packet-aim-chat.c
index ecadac346b..a8e53b34f1 100644
--- a/epan/dissectors/packet-aim-chat.c
+++ b/epan/dissectors/packet-aim-chat.c
@@ -40,7 +40,6 @@
#include "packet-tcp.h"
#include "packet-aim.h"
-#include <epan/prefs.h>
/* SNAC families */
#define FAMILY_CHAT 0x000E
diff --git a/epan/dissectors/packet-aim-generic.c b/epan/dissectors/packet-aim-generic.c
index 552240dae0..dd237ca00f 100644
--- a/epan/dissectors/packet-aim-generic.c
+++ b/epan/dissectors/packet-aim-generic.c
@@ -38,7 +38,6 @@
#include <epan/strutil.h>
#include "packet-aim.h"
-#include <epan/prefs.h>
#define STRIP_TAGS 1