summaryrefslogtreecommitdiffstats
path: root/disas/sparc.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-29 17:49:56 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:31:26 -0600
commitcd39e0c7004d125dbd91c39e7dfaf67fe40260c9 (patch)
treec657ccf5b3b0ca72e9200798991be859f20a403e /disas/sparc.c
parentf8f28f88c7f47a7910f19501474c277e8c6bfd1a (diff)
downloadhqemu-cd39e0c7004d125dbd91c39e7dfaf67fe40260c9.zip
hqemu-cd39e0c7004d125dbd91c39e7dfaf67fe40260c9.tar.gz
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 <peter.maydell@linaro.org> Message-id: 1454089805-5470-7-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'disas/sparc.c')
-rw-r--r--disas/sparc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/disas/sparc.c b/disas/sparc.c
index 59a1e36..64bba8d 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 <http://www.gnu.org/licenses/>. */
-#include <stdlib.h>
+#include "qemu/osdep.h"
#include "disas/bfd.h"
/* The SPARC opcode table (and other related data) is defined in
OpenPOWER on IntegriCloud