summaryrefslogtreecommitdiffstats
path: root/disas/moxie.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:17:25 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:30:22 -0600
commit53d046aa1eece93d74ef067f18ec8bb0933da9a5 (patch)
treefa156351d7d49937e67a9f529ec3d811b87e0711 /disas/moxie.c
parent18d300185ca7f75dce1e74475ee0e53ecd1fb0f6 (diff)
downloadhqemu-53d046aa1eece93d74ef067f18ec8bb0933da9a5.zip
hqemu-53d046aa1eece93d74ef067f18ec8bb0933da9a5.tar.gz
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 <peter.maydell@linaro.org> Message-id: 1453832250-766-33-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'disas/moxie.c')
-rw-r--r--disas/moxie.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/disas/moxie.c b/disas/moxie.c
index 4c5f180..70b49ed 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 <http://www.gnu.org/licenses/>. */
-#include <stdio.h>
+#include "qemu/osdep.h"
#define STATIC_TABLE
#define DEFINE_TABLE
OpenPOWER on IntegriCloud