From 908443e1f3143f460849e4b220eb29bdd56569fc Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 26 Jun 2006 15:02:18 +0000 Subject: * configure.in libvirt.spec.in docs/examples/* include/Makefile.am include/libvirt/virterror.h python/generator.py python/libvir.c python/libvirt_wrap.h src/driver.h src/internal.h src/test.h src/virsh.c src/virterror.c src/xend_internal.c src/xend_internal.h src/xml.c src/xml.h: moved the includes from include/ to include/libvirt to reflect the installed include tree. This avoid using "" in the includes themselves. Daniel --- libvir.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libvir.c') diff --git a/libvir.c b/libvir.c index 786d47a..17fb4a1 100644 --- a/libvir.c +++ b/libvir.c @@ -10,8 +10,8 @@ */ #include -#include -#include +#include +#include #include "libvirt_wrap.h" #include "libvirt-py.h" -- cgit