From 48d4ab25e7d81328f65a942bf4643c4eb1399ddf Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Fri, 29 Jan 2016 17:49:56 +0000 Subject: disas: 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 Message-id: 1454089805-5470-7-git-send-email-peter.maydell@linaro.org --- disas/sparc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'disas/sparc.c') diff --git a/disas/sparc.c b/disas/sparc.c index 59a1e36cf7..64bba8df27 100644 --- a/disas/sparc.c +++ b/disas/sparc.c @@ -26,7 +26,7 @@ along with GAS or GDB; see the file COPYING. If not, see . */ -#include +#include "qemu/osdep.h" #include "disas/bfd.h" /* The SPARC opcode table (and other related data) is defined in -- cgit v1.2.3