From 90274d8df269afdf8035b979fbe7ac87af4614d2 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Tue, 12 Nov 2013 18:21:46 +0000 Subject: Update header file includes We're no longer using automake, so 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 --- typewrappers.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'typewrappers.c') diff --git a/typewrappers.c b/typewrappers.c index 9ba8790..ba02d6a 100644 --- a/typewrappers.c +++ b/typewrappers.c @@ -7,8 +7,6 @@ * Daniel Veillard */ -#include - /* 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 -- cgit