diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2009-10-07 06:28:36 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2009-10-07 06:28:36 +0000 |
commit | c8605cc746755b00e6edffe7cbbeccd6e7c0f2c1 (patch) | |
tree | d25b8aacb06002db5f24d6a78097df6d3e7f6241 | |
parent | f4938ecf333a02be0b541accdb2ee6f7878cb8f8 (diff) | |
download | wireshark-c8605cc746755b00e6edffe7cbbeccd6e7c0f2c1.tar.gz wireshark-c8605cc746755b00e6edffe7cbbeccd6e7c0f2c1.tar.bz2 wireshark-c8605cc746755b00e6edffe7cbbeccd6e7c0f2c1.zip |
Don't include config.h in header files.
svn path=/trunk/; revision=30382
-rw-r--r-- | plugins/opcua/opcua_complextypeparser.h | 4 | ||||
-rw-r--r-- | plugins/opcua/opcua_enumparser.h | 4 | ||||
-rw-r--r-- | plugins/opcua/opcua_hfindeces.h | 4 | ||||
-rw-r--r-- | plugins/opcua/opcua_identifiers.h | 4 | ||||
-rw-r--r-- | plugins/opcua/opcua_serviceparser.h | 4 |
5 files changed, 0 insertions, 20 deletions
diff --git a/plugins/opcua/opcua_complextypeparser.h b/plugins/opcua/opcua_complextypeparser.h index 79ad0a0eae..502542a3ce 100644 --- a/plugins/opcua/opcua_complextypeparser.h +++ b/plugins/opcua/opcua_complextypeparser.h @@ -21,10 +21,6 @@ ** ******************************************************************************/ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif - #include <glib.h> #include <epan/packet.h> diff --git a/plugins/opcua/opcua_enumparser.h b/plugins/opcua/opcua_enumparser.h index 17bc3e8a9b..1778c79f6a 100644 --- a/plugins/opcua/opcua_enumparser.h +++ b/plugins/opcua/opcua_enumparser.h @@ -21,10 +21,6 @@ ** ******************************************************************************/ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif - #include <glib.h> #include <epan/packet.h> diff --git a/plugins/opcua/opcua_hfindeces.h b/plugins/opcua/opcua_hfindeces.h index 4e54a3001b..2117b84512 100644 --- a/plugins/opcua/opcua_hfindeces.h +++ b/plugins/opcua/opcua_hfindeces.h @@ -21,10 +21,6 @@ ** ******************************************************************************/ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif - #include <glib.h> #include <epan/packet.h> diff --git a/plugins/opcua/opcua_identifiers.h b/plugins/opcua/opcua_identifiers.h index c63db7b0b6..e0288c5d11 100644 --- a/plugins/opcua/opcua_identifiers.h +++ b/plugins/opcua/opcua_identifiers.h @@ -21,10 +21,6 @@ ** ******************************************************************************/ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif - #include <glib.h> #include <epan/packet.h> diff --git a/plugins/opcua/opcua_serviceparser.h b/plugins/opcua/opcua_serviceparser.h index fa84a9e2cb..fd2b236797 100644 --- a/plugins/opcua/opcua_serviceparser.h +++ b/plugins/opcua/opcua_serviceparser.h @@ -21,10 +21,6 @@ ** ******************************************************************************/ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif - #include <glib.h> #include <epan/packet.h> |