summaryrefslogtreecommitdiff
path: root/wsutil/strptime.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-10-17 14:22:24 -0700
committerGuy Harris <guy@alum.mit.edu>2014-10-17 21:22:58 +0000
commite304f6d9f89d1b2327d70181e31b2204fbada615 (patch)
treea47e44397cf435636c8bf81c6ab1d3d810042168 /wsutil/strptime.c
parent5fc398c3286fda408ad5cd4b5834d1b2778db86a (diff)
downloadwireshark-e304f6d9f89d1b2327d70181e31b2204fbada615.tar.gz
Get rid of unnecessary includes of ctype.h.
Change-Id: Ic23203f13fd6627b664e8ed1438d328c46328b9f Reviewed-on: https://code.wireshark.org/review/4790 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wsutil/strptime.c')
-rw-r--r--wsutil/strptime.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/wsutil/strptime.c b/wsutil/strptime.c
index 5a1eec1db1..e952cb2fa9 100644
--- a/wsutil/strptime.c
+++ b/wsutil/strptime.c
@@ -26,7 +26,6 @@
#include "config.h"
-#include <ctype.h>
#include <limits.h>
#include <string.h>
#include <time.h>