summaryrefslogtreecommitdiff
path: root/wsutil/strptime.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2012-09-20 01:29:52 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2012-09-20 01:29:52 +0000
commit3551a86c36fa9f27dede601320a812d2ce0ae941 (patch)
treec74c0f93eaeda6f2bc7f09898a85431eea7e381b /wsutil/strptime.c
parent3e05236eff6c7f3638f7a1b94ca9a1f398e673a1 (diff)
downloadwireshark-3551a86c36fa9f27dede601320a812d2ce0ae941.tar.gz
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
svn path=/trunk/; revision=45015
Diffstat (limited to 'wsutil/strptime.c')
-rw-r--r--wsutil/strptime.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/wsutil/strptime.c b/wsutil/strptime.c
index 626235f4d3..1680fa26a7 100644
--- a/wsutil/strptime.c
+++ b/wsutil/strptime.c
@@ -23,9 +23,7 @@
some of them in the same format (such as year, week and weekday)
this is enough information for determining the date. */
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
+#include "config.h"
#include <ctype.h>
#include <limits.h>