aboutsummaryrefslogtreecommitdiffstats
path: root/epan/uat_load.l
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-10-19 15:39:12 -0700
committerGuy Harris <guy@alum.mit.edu>2014-10-19 22:40:08 +0000
commitac55a6d2f5af1dc04b1e3a5c67eb03f8ac8aaa7a (patch)
tree0ce2a940bc538730295306b0f0e5850ddcccbbc6 /epan/uat_load.l
parent5e4e17ca5e0d5910aad8d6e9fc8b23d9a68b756e (diff)
Get rid of unnecessary include of ctype.h.
Change-Id: I30c4d75e16e1816c4a792e023ffe04f5a970b6d3 Reviewed-on: https://code.wireshark.org/review/4842 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/uat_load.l')
-rw-r--r--epan/uat_load.l1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/uat_load.l b/epan/uat_load.l
index 5bc878bcde..140b917f09 100644
--- a/epan/uat_load.l
+++ b/epan/uat_load.l
@@ -53,7 +53,6 @@
#include <stdio.h>
#include <string.h>
#include <errno.h>
-#include <ctype.h>
#include <glib.h>