diff options
Diffstat (limited to 'hw/nios2')
-rw-r--r-- | hw/nios2/boot.c | 1 | ||||
-rw-r--r-- | hw/nios2/generic_nommu.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/hw/nios2/boot.c b/hw/nios2/boot.c index e889595..07b8d87 100644 --- a/hw/nios2/boot.c +++ b/hw/nios2/boot.c @@ -30,7 +30,6 @@ #include "qemu/osdep.h" #include "qemu/units.h" -#include "qemu-common.h" #include "qemu/datadir.h" #include "qemu/option.h" #include "qemu/config-file.h" diff --git a/hw/nios2/generic_nommu.c b/hw/nios2/generic_nommu.c index fbc18db..48edb3a 100644 --- a/hw/nios2/generic_nommu.c +++ b/hw/nios2/generic_nommu.c @@ -28,7 +28,6 @@ #include "qemu/osdep.h" #include "qapi/error.h" -#include "qemu-common.h" #include "hw/char/serial.h" #include "hw/boards.h" |