summaryrefslogtreecommitdiffstats
path: root/typewrappers.c
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2013-09-06 19:02:06 +0100
committerDaniel P. Berrange <berrange@redhat.com>2013-09-09 13:35:39 +0100
commitd8c7c4ac8ff2b65debadf5474a93f50c1cb4e59c (patch)
tree875ecb8a441622da2d900304181e619e60eec6db /typewrappers.c
parent6d993f1c602e39f4e305a2cca33407673daab83f (diff)
downloadlibvirt-python-split-d8c7c4ac8ff2b65debadf5474a93f50c1cb4e59c.tar.gz
libvirt-python-split-d8c7c4ac8ff2b65debadf5474a93f50c1cb4e59c.tar.xz
libvirt-python-split-d8c7c4ac8ff2b65debadf5474a93f50c1cb4e59c.zip
Remove <config.h> from source files
We're no longer using automake, so <config.h> files are not required Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'typewrappers.c')
-rw-r--r--typewrappers.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/typewrappers.c b/typewrappers.c
index 9ba8790..9b88f3f 100644
--- a/typewrappers.c
+++ b/typewrappers.c
@@ -7,8 +7,6 @@
* Daniel Veillard <veillard@redhat.com>
*/
-#include <config.h>
-
/* Horrible kludge to work around even more horrible name-space pollution
* via Python.h. That file includes /usr/include/python2.5/pyconfig*.h,
* which has over 180 autoconf-style HAVE_* definitions. Shame on them. */