aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/camel
diff options
context:
space:
mode:
authorkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-08-21 20:32:50 +0000
committerkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-08-21 20:32:50 +0000
commit747ea44671d2c236a2f7378c48f8eb252c4dd006 (patch)
tree130522eec64fd14ab3e7f1ad7f2f0649eea4e18a /asn1/camel
parentd897a793c18045b29f90f39e6582cde39abf230c (diff)
Sanitize epan includes
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29500 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/camel')
-rw-r--r--asn1/camel/packet-camel-template.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/asn1/camel/packet-camel-template.c b/asn1/camel/packet-camel-template.c
index c49bbfb645..a577122d25 100644
--- a/asn1/camel/packet-camel-template.c
+++ b/asn1/camel/packet-camel-template.c
@@ -43,7 +43,7 @@
#include <epan/oids.h>
#include <epan/tap.h>
#include <epan/asn1.h>
-#include "epan/expert.h"
+#include <epan/expert.h>
#include <stdio.h>
#include <string.h>
@@ -56,8 +56,8 @@
#include "packet-gsm_map.h"
#include "packet-inap.h"
#include "packet-tcap.h"
-#include "epan/camel-persistentdata.h"
-#include "epan/tcap-persistentdata.h"
+#include <epan/camel-persistentdata.h>
+#include <epan/tcap-persistentdata.h>
#define PNAME "Camel"
#define PSNAME "CAMEL"