]> Git Repo - qemu.git/blobdiff - exec.c
util: move declarations out of qemu-common.h
[qemu.git] / exec.c
diff --git a/exec.c b/exec.c
index f398d212f63f1342bc0833975033b25e054231bf..be2a644619a1933537c5e0dad5bf6ff3ad884bfd 100644 (file)
--- a/exec.c
+++ b/exec.c
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 #include "qemu/osdep.h"
+#include "qapi/error.h"
 #ifndef _WIN32
 #include <sys/mman.h>
 #endif
 
-#include "qemu-common.h"
+#include "qemu/cutils.h"
 #include "cpu.h"
 #include "tcg.h"
 #include "hw/hw.h"
This page took 0.023221 seconds and 4 git commands to generate.