]> git.proxmox.com Git - mirror_qemu.git/blobdiff - exec.c
Use #include "..." for our own headers, <...> for others
[mirror_qemu.git] / exec.c
diff --git a/exec.c b/exec.c
index 0122ef76de5d8331d6892e5f60657469294eca03..011babd5844d12d84b6f1b36592afbed5b533d2a 100644 (file)
--- a/exec.c
+++ b/exec.c
@@ -36,7 +36,7 @@
 #include "qemu/config-file.h"
 #include "qemu/error-report.h"
 #if defined(CONFIG_USER_ONLY)
-#include <qemu.h>
+#include "qemu.h"
 #else /* !CONFIG_USER_ONLY */
 #include "hw/hw.h"
 #include "exec/memory.h"