summaryrefslogtreecommitdiff
path: root/asn1/hnbap
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 /asn1/hnbap
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 'asn1/hnbap')
-rw-r--r--asn1/hnbap/packet-hnbap-template.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/asn1/hnbap/packet-hnbap-template.c b/asn1/hnbap/packet-hnbap-template.c
index acc91c13c3..914720b73e 100644
--- a/asn1/hnbap/packet-hnbap-template.c
+++ b/asn1/hnbap/packet-hnbap-template.c
@@ -25,9 +25,7 @@
* Ref: 3GPP TS 25.469 version 8.4.0 Release 8
*/
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
+#include "config.h"
#include <glib.h>
#include <string.h>