summaryrefslogtreecommitdiffstats
path: root/typewrappers.c
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2013-11-12 18:21:46 +0000
committerDaniel P. Berrange <berrange@redhat.com>2013-11-22 14:44:47 +0000
commit90274d8df269afdf8035b979fbe7ac87af4614d2 (patch)
treef79b859361b8f5436a51564e3d0f93407107a3c4 /typewrappers.c
parent5dd47a20c5aaad3ffae197f3d701f4b6415104b9 (diff)
downloadlibvirt-python-v8-90274d8df269afdf8035b979fbe7ac87af4614d2.tar.gz
libvirt-python-v8-90274d8df269afdf8035b979fbe7ac87af4614d2.tar.xz
libvirt-python-v8-90274d8df269afdf8035b979fbe7ac87af4614d2.zip
Update header file includes
We're no longer using automake, so <config.h> files are not required. Also remove of all libvirt internal util header files. Reference generated header files in build/ subdir. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'typewrappers.c')
-rw-r--r--typewrappers.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/typewrappers.c b/typewrappers.c
index 9ba8790..ba02d6a 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. */
@@ -16,8 +14,6 @@
#include "typewrappers.h"
-#include "viralloc.h"
-
#ifndef Py_CAPSULE_H
typedef void(*PyCapsule_Destructor)(void *, void *);
#endif