aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcap.c
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-08-21 20:25:24 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-08-21 20:25:24 +0000
commit17c9803cacfc1f968291d5893b581cb6e3dfeeb3 (patch)
tree4db9d6b9cc7a03990b02839e8c5bf59a36e3e29e /epan/dissectors/packet-tcap.c
parentcc11620041f8c2c13e8d74064de6ac5998547cda (diff)
Sanitize epan includes
svn path=/trunk/; revision=29499
Diffstat (limited to 'epan/dissectors/packet-tcap.c')
-rw-r--r--epan/dissectors/packet-tcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tcap.c b/epan/dissectors/packet-tcap.c
index ab7d20a615..613958d786 100644
--- a/epan/dissectors/packet-tcap.c
+++ b/epan/dissectors/packet-tcap.c
@@ -48,7 +48,7 @@
#include <string.h>
#include "packet-ber.h"
#include "packet-tcap.h"
-#include "epan/tcap-persistentdata.h"
+#include <epan/tcap-persistentdata.h>
#define PNAME "Transaction Capabilities Application Part"
#define PSNAME "TCAP"