From d24688fb85af498c91bd6704979b96b29c6f122f Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 26 Jan 2016 18:17:25 +0000 Subject: moxie: 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: 1453832250-766-33-git-send-email-peter.maydell@linaro.org --- disas/moxie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'disas') diff --git a/disas/moxie.c b/disas/moxie.c index 4c5f18047d..70b49ed74b 100644 --- a/disas/moxie.c +++ b/disas/moxie.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, see . */ -#include +#include "qemu/osdep.h" #define STATIC_TABLE #define DEFINE_TABLE -- cgit v1.2.3