aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tcap-persistentdata.c
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-08-21 20:51:13 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-08-21 20:51:13 +0000
commit2046b144d9c02dea31f53230b217e24551799ab5 (patch)
treed6c01dfb0de9406c53878cf6f7b891c0dff48892 /epan/tcap-persistentdata.c
parent66afe840750a022fdffdd4b607fcaa3d08d36809 (diff)
Sanitize epan includes
svn path=/trunk/; revision=29502
Diffstat (limited to 'epan/tcap-persistentdata.c')
-rw-r--r--epan/tcap-persistentdata.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/epan/tcap-persistentdata.c b/epan/tcap-persistentdata.c
index 46f2dd3de3..81db9e2d27 100644
--- a/epan/tcap-persistentdata.c
+++ b/epan/tcap-persistentdata.c
@@ -33,12 +33,12 @@
#include <stdio.h>
#include <string.h>
-#include "epan/emem.h"
-#include "epan/packet.h"
-#include "epan/asn1.h"
-#include "epan/tcap-persistentdata.h"
-#include "epan/dissectors/packet-tcap.h"
-#include "epan/dissectors/packet-mtp3.h"
+#include <epan/emem.h>
+#include <epan/packet.h>
+#include <epan/asn1.h>
+#include <epan/tcap-persistentdata.h>
+#include <epan/dissectors/packet-tcap.h>
+#include <epan/dissectors/packet-mtp3.h>
static gint tcaphash_context_equal(gconstpointer k1, gconstpointer k2);
static guint tcaphash_context_calchash(gconstpointer k);