diff options
Diffstat (limited to 'target/lm32/gdbstub.c')
-rw-r--r-- | target/lm32/gdbstub.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/lm32/gdbstub.c b/target/lm32/gdbstub.c index cf929dd392..82ede436e1 100644 --- a/target/lm32/gdbstub.c +++ b/target/lm32/gdbstub.c @@ -18,7 +18,6 @@ * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ #include "qemu/osdep.h" -#include "qemu-common.h" #include "cpu.h" #include "exec/gdbstub.h" #include "hw/lm32/lm32_pic.h" |