aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wspython/wspy_register.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-09-29 19:30:42 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-09-29 19:30:42 +0000
commitb8ae6ea510fbaaa15503fa272e79a93d70e9e360 (patch)
treeff6903347e816208ed91d23a56a58bc1467e0f1b /epan/wspython/wspy_register.h
parentbe378b901e20750007982d28c951cb4f3f5f2d81 (diff)
Don't include config.h in header files.
svn path=/trunk/; revision=30203
Diffstat (limited to 'epan/wspython/wspy_register.h')
-rw-r--r--epan/wspython/wspy_register.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/wspython/wspy_register.h b/epan/wspython/wspy_register.h
index 93cf7506ea..03b4a17719 100644
--- a/epan/wspython/wspy_register.h
+++ b/epan/wspython/wspy_register.h
@@ -28,8 +28,6 @@
extern "C" {
#endif /* __cplusplus */
-#include "config.h"
-
#ifdef HAVE_PYTHON
void register_all_py_protocols_func(register_cb cb, gpointer client_data);
void register_all_py_handoffs_func(register_cb cb, gpointer client_data);