From 814bb12a561d36aeb5ae4440ad43d2b0761d76da Mon Sep 17 00:00:00 2001 From: Anand J Date: Fri, 21 Oct 2016 12:27:07 +0530 Subject: clean-up: removed duplicate #includes Some files contain multiple #includes of the same header file. Removed most of those unnecessary duplicate entries using scripts/clean-includes. Reviewed-by: Thomas Huth Signed-off-by: Anand J Signed-off-by: Michael Tokarev --- gdbstub.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gdbstub.c') diff --git a/gdbstub.c b/gdbstub.c index b2e1b79ca3..de62d26096 100644 --- a/gdbstub.c +++ b/gdbstub.c @@ -31,7 +31,6 @@ #define MAX_PACKET_LENGTH 4096 -#include "cpu.h" #include "qemu/sockets.h" #include "sysemu/kvm.h" #include "exec/semihost.h" -- cgit 1.4.1