summaryrefslogtreecommitdiffstats
path: root/disas
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:17:20 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:30:21 -0600
commit1c742a9d1a73f2b1c78883a8670627eadffbc427 (patch)
treeff2c9385fbb886e92adc60a51e2e39827728324e /disas
parentb55c4d3449ba5e57fbd51b9cdf1ee1bb8a290448 (diff)
downloadhqemu-1c742a9d1a73f2b1c78883a8670627eadffbc427.zip
hqemu-1c742a9d1a73f2b1c78883a8670627eadffbc427.tar.gz
sh4: 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-28-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'disas')
-rw-r--r--disas/sh4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/disas/sh4.c b/disas/sh4.c
index 020f5eb..8b0415d 100644
--- a/disas/sh4.c
+++ b/disas/sh4.c
@@ -15,7 +15,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"
#include "disas/bfd.h"
#define DEFINE_TABLE
OpenPOWER on IntegriCloud