summaryrefslogtreecommitdiff
path: root/tools/tpg
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2012-09-20 02:03:38 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2012-09-20 02:03:38 +0000
commit2552c750e5391ea27cc12a0a4d4cb1a6a73a9888 (patch)
tree784d61663087f6d4d64558f8176244705f7748e7 /tools/tpg
parent3729335973b966a8b9b0f887c637d42be047a790 (diff)
downloadwireshark-2552c750e5391ea27cc12a0a4d4cb1a6a73a9888.tar.gz
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
svn path=/trunk/; revision=45017
Diffstat (limited to 'tools/tpg')
-rwxr-xr-xtools/tpg/tpg.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/tpg/tpg.pl b/tools/tpg/tpg.pl
index 6b6554c48c..a4c61d50ae 100755
--- a/tools/tpg/tpg.pl
+++ b/tools/tpg/tpg.pl
@@ -179,9 +179,7 @@ my $c_file = <<"__C_FILE";
DO NOT MODIFY.
*/
-#ifdef HAVE_CONFIG_H
#include "config.h"
-#endif
#include "$proto_name-parser.h"