aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/snmp
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-10-17 18:22:05 -0700
committerGuy Harris <guy@alum.mit.edu>2014-10-18 01:22:31 +0000
commit77acaa1f4807537b78149cd08c7696ebfc1556f0 (patch)
treec0c310fcd2e4277a4c8d097e92056abfc0bb0864 /asn1/snmp
parent1de3a5bc4932b1a18c931a1c1cea8d1cf5870dd2 (diff)
Get rid of unnecessary includes of ctype.h.
Change-Id: I9e2cd7a9fed33fc2f4b0c0da3603690450f6952d Reviewed-on: https://code.wireshark.org/review/4809 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'asn1/snmp')
-rw-r--r--asn1/snmp/packet-snmp-template.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/asn1/snmp/packet-snmp-template.c b/asn1/snmp/packet-snmp-template.c
index b4277e2cbe..63563e9435 100644
--- a/asn1/snmp/packet-snmp-template.c
+++ b/asn1/snmp/packet-snmp-template.c
@@ -47,7 +47,6 @@
#include "config.h"
#include <string.h>
-#include <ctype.h>
#include <glib.h>