aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pktc.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-09-21 10:41:03 -0700
committerAnders Broman <a.broman58@gmail.com>2018-09-22 06:14:47 +0000
commite3d12a05141aa4d962174a59c4f9cf2032694c9e (patch)
treed4c14a5fdd8c26b9d53601e4df883e4fe2748799 /epan/dissectors/packet-pktc.c
parentddb4c857f76686435511d5d5fafc574952556cec (diff)
Remove some unneeded headers.
Move the contents of packet-clearcase.h, packet-fcp.h, packet-klm.h, packet-rquota.h, packet-rwall.h, and packet-spray.h to their respective .c files. packet-pktc.h didn't contain anything so just remove it. Change-Id: I019db0cb14bf527c5d73c6d18bee922dd822bc43 Reviewed-on: https://code.wireshark.org/review/29787 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-pktc.c')
-rw-r--r--epan/dissectors/packet-pktc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-pktc.c b/epan/dissectors/packet-pktc.c
index 5e6596a6bd..4002eead9f 100644
--- a/epan/dissectors/packet-pktc.c
+++ b/epan/dissectors/packet-pktc.c
@@ -24,7 +24,6 @@
#include <epan/expert.h>
#include <epan/to_str.h>
#include <epan/asn1.h>
-#include "packet-pktc.h"
#include "packet-ber.h"
#include "packet-kerberos.h"
#include "packet-snmp.h"