aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-6lowpan.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-02-23 13:51:49 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-02-23 13:51:49 +0000
commit0e958e864076a3694f0d45cfb299a4a7e08fedfb (patch)
tree5c3fbb3300db0678600fe1091c39e5a8f114a384 /epan/dissectors/packet-6lowpan.c
parent921e6d0b9dd70053272c7e0452507d2a17fa4b27 (diff)
From Alexis La Goutte:
Cleanup packet-ipv6.h and dependency. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5713 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36031 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-6lowpan.c')
-rw-r--r--epan/dissectors/packet-6lowpan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-6lowpan.c b/epan/dissectors/packet-6lowpan.c
index 9dd791e000..f8499fe8c3 100644
--- a/epan/dissectors/packet-6lowpan.c
+++ b/epan/dissectors/packet-6lowpan.c
@@ -56,8 +56,8 @@
#include <epan/reassemble.h>
#include <epan/ipproto.h>
#include <epan/in_cksum.h>
-#include "epan/dissectors/packet-ipv6.h"
-#include "epan/dissectors/packet-ieee802154.h"
+#include "packet-ipv6.h"
+#include "packet-ieee802154.h"
/* Definitions for 6lowpan packet disassembly structures and routines */