From cd39e0c7004d125dbd91c39e7dfaf67fe40260c9 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/tci.c | 1 + 1 file changed, 1 insertion(+) (limited to 'disas/tci.c') diff --git a/disas/tci.c b/disas/tci.c index d7b954e..1cdf5ee 100644 --- a/disas/tci.c +++ b/disas/tci.c @@ -17,6 +17,7 @@ * along with this program. If not, see . */ +#include "qemu/osdep.h" #include "qemu-common.h" #include "disas/bfd.h" #include "tcg/tcg.h" -- cgit v1.1