aboutsummaryrefslogtreecommitdiff
path: root/kvm.h
diff options
context:
space:
mode:
authorGlauber Costa <glommer@redhat.com>2009-07-14 11:35:14 -0400
committerMarcelo Tosatti <mtosatti@redhat.com>2009-07-14 19:37:30 -0300
commitc3c37ccde9706b98a6c8e7c4faeadaac392c098b (patch)
tree78dd5bd8ef86eb1b44165aa4e89e5aa6d6b7fbca /kvm.h
parentreplace malloc with qemu_malloc (diff)
downloadqemu-kvm-c3c37ccde9706b98a6c8e7c4faeadaac392c098b.tar.gz
qemu-kvm-c3c37ccde9706b98a6c8e7c4faeadaac392c098b.tar.bz2
qemu-kvm-c3c37ccde9706b98a6c8e7c4faeadaac392c098b.zip
fold libkvm-all into standard qemu header
Sharing of structures containing each other between libkvm-all.h and qemu-kmv.h gets a bit messy in this series. So fold them together. libkvm-all.h has no place in the final schema of things anyway. Signed-off-by: Glauber Costa <glommer@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'kvm.h')
-rw-r--r--kvm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/kvm.h b/kvm.h
index d9723d76c..e9a43e2d2 100644
--- a/kvm.h
+++ b/kvm.h
@@ -16,7 +16,6 @@
#include "config.h"
#include "sys-queue.h"
-#include "libkvm-all.h"
#ifdef KVM_UPSTREAM