aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iuup.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-08-30 14:17:40 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-08-30 14:17:40 +0000
commit71f903b956ff151f553b791bb43a52959a8be983 (patch)
treef39d52e05bd3785b6e26c6bda1d4d89f4f4e48cb /epan/dissectors/packet-iuup.c
parentebb63d8a7f18802d4fd7aec469fddcd3afed1de0 (diff)
Revert r38800, as the crc routines contains some tvb functions.
svn path=/trunk/; revision=38803
Diffstat (limited to 'epan/dissectors/packet-iuup.c')
-rw-r--r--epan/dissectors/packet-iuup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-iuup.c b/epan/dissectors/packet-iuup.c
index 20d2b92991..e9ae3a0755 100644
--- a/epan/dissectors/packet-iuup.c
+++ b/epan/dissectors/packet-iuup.c
@@ -40,8 +40,8 @@
#include <epan/prefs.h>
#include <epan/emem.h>
#include <epan/expert.h>
-#include <wsutil/crc10.h>
-#include <wsutil/crc6.h>
+#include <epan/crc10.h>
+#include <epan/crc6.h>
typedef struct _iuup_rfci_t {