summaryrefslogtreecommitdiffstats
path: root/libvirt-lxc-override.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 /libvirt-lxc-override.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 'libvirt-lxc-override.c')
-rw-r--r--libvirt-lxc-override.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libvirt-lxc-override.c b/libvirt-lxc-override.c
index f76ff4b..97d0353 100644
--- a/libvirt-lxc-override.c
+++ b/libvirt-lxc-override.c
@@ -9,8 +9,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. */