From 1c14f162dd92c0448948791531dc82ac277330ae Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Mon, 29 Mar 2010 19:23:47 +0000 Subject: Allow various header files to be included from non-CPU code Allow balloon.h, gdbstub.h and kvm.h to be included from non-CPU code. Signed-off-by: Blue Swirl --- balloon.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'balloon.h') diff --git a/balloon.h b/balloon.h index c3a1ad365..8c019eb78 100644 --- a/balloon.h +++ b/balloon.h @@ -14,8 +14,6 @@ #ifndef _QEMU_BALLOON_H #define _QEMU_BALLOON_H -#include "cpu-defs.h" - typedef void (QEMUBalloonEvent)(void *opaque, ram_addr_t target, MonitorCompletion cb, void *cb_data); -- cgit v1.2.3