aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ip.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-09-17 00:02:31 +0000
committerGuy Harris <guy@alum.mit.edu>2005-09-17 00:02:31 +0000
commitb7b80d94bee66b7edbd606c5ce6afdeb009bd5b8 (patch)
tree56b81de26d3859239959edef327f0779f660c99b /epan/dissectors/packet-ip.c
parentef461aa94b31f7f10b710ecfbfcb4a375690c049 (diff)
Move a pile of protocol-related headers from the top-level source
directory to the epan directory. Some of them should perhaps ultimately be moved to epan/dissectors, if they pertain only to stuff exported by a particular dissector. Fix Gerald's e-mail address in files we're moving. svn path=/trunk/; revision=15844
Diffstat (limited to 'epan/dissectors/packet-ip.c')
-rw-r--r--epan/dissectors/packet-ip.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/epan/dissectors/packet-ip.c b/epan/dissectors/packet-ip.c
index 752b14ace9..299820704c 100644
--- a/epan/dissectors/packet-ip.c
+++ b/epan/dissectors/packet-ip.c
@@ -39,19 +39,19 @@
#include <epan/packet.h>
#include <epan/addr_resolv.h>
#include <epan/ipproto.h>
-#include "ip_opts.h"
+#include <epan/ip_opts.h>
#include <epan/prefs.h>
#include <epan/reassemble.h>
-#include "etypes.h"
-#include "greproto.h"
-#include "ppptypes.h"
-#include "llcsaps.h"
-#include "aftypes.h"
-#include "arcnet_pids.h"
+#include <epan/etypes.h>
+#include <epan/greproto.h>
+#include <epan/ppptypes.h>
+#include <epan/llcsaps.h>
+#include <epan/aftypes.h>
+#include <epan/arcnet_pids.h>
#include "packet-ip.h"
#include "packet-ipsec.h"
#include <epan/in_cksum.h>
-#include "nlpid.h"
+#include <epan/nlpid.h>
#include <epan/tap.h>
#include <epan/emem.h>