summaryrefslogtreecommitdiffstats
path: root/target-i386/gdbstub.c
diff options
context:
space:
mode:
authorPeter Maydell2016-01-26 19:17:03 +0100
committerPeter Maydell2016-01-29 16:07:22 +0100
commitb6a0aa053711e27e1a7825c1fca662beb05bee6f (patch)
tree8f237f3d3f8aa482f121f0a19abc0c52ce1ab398 /target-i386/gdbstub.c
parentlinux-user: Clean up includes (diff)
downloadqemu-b6a0aa053711e27e1a7825c1fca662beb05bee6f.tar.gz
qemu-b6a0aa053711e27e1a7825c1fca662beb05bee6f.tar.xz
qemu-b6a0aa053711e27e1a7825c1fca662beb05bee6f.zip
x86: Clean up includes
Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1453832250-766-11-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'target-i386/gdbstub.c')
-rw-r--r--target-i386/gdbstub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-i386/gdbstub.c b/target-i386/gdbstub.c
index 6a9bf3c4a0..4b5071398f 100644
--- a/target-i386/gdbstub.c
+++ b/target-i386/gdbstub.c
@@ -17,7 +17,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
-#include "config.h"
+#include "qemu/osdep.h"
#include "qemu-common.h"
#include "exec/gdbstub.h"