]> Git Repo - qemu.git/blobdiff - gdbstub.c
iotests: Test case for drive-mirror with unaligned image size
[qemu.git] / gdbstub.c
index fdcb0eea8f54bd4ceae189593d45f231a9bc0177..0e431fd4dfcd22f7a89fede84fc6f0ac1f5f0f36 100644 (file)
--- a/gdbstub.c
+++ b/gdbstub.c
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 #include "qemu/osdep.h"
-#include "qemu-common.h"
-#ifdef CONFIG_USER_ONLY
+#include "qapi/error.h"
+#include "qemu/cutils.h"
 
+#ifdef CONFIG_USER_ONLY
 #include "qemu.h"
 #else
 #include "monitor/monitor.h"
This page took 0.021441 seconds and 4 git commands to generate.