aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mpls.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2011-12-21 14:28:51 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2011-12-21 14:28:51 +0000
commit86e2ba54d4eeb9f8e53cdb87d064de85ef87e087 (patch)
tree7afd8e4e715b9e2cc32c66844825c83cced0a063 /epan/dissectors/packet-mpls.c
parent9746da77eec62f23a92dbaa759d68105ec4251ea (diff)
From Alexander Koeppe via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6689
Avoid string.h in packet-mpls.c svn path=/trunk/; revision=40261
Diffstat (limited to 'epan/dissectors/packet-mpls.c')
-rw-r--r--epan/dissectors/packet-mpls.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-mpls.c b/epan/dissectors/packet-mpls.c
index a820e260e6..f1e681466d 100644
--- a/epan/dissectors/packet-mpls.c
+++ b/epan/dissectors/packet-mpls.c
@@ -62,8 +62,6 @@
# include "config.h"
#endif
-#include <string.h>
-
#include <epan/packet.h>
#include <epan/ppptypes.h>