aboutsummaryrefslogtreecommitdiff
path: root/system/globals.c
diff options
context:
space:
mode:
Diffstat (limited to 'system/globals.c')
-rw-r--r--system/globals.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/globals.c b/system/globals.c
index 84ce943..4867c93 100644
--- a/system/globals.c
+++ b/system/globals.c
@@ -28,8 +28,8 @@
#include "hw/loader.h"
#include "hw/xen/xen.h"
#include "net/net.h"
-#include "sysemu/cpus.h"
-#include "sysemu/sysemu.h"
+#include "system/cpus.h"
+#include "system/system.h"
enum vga_retrace_method vga_retrace_method = VGA_RETRACE_DUMB;
int display_opengl;