summaryrefslogtreecommitdiffstats
path: root/disas/alpha.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:17:04 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:30:21 -0600
commit33b55ab282aa57a49fa7fd2c0e1c1cbb72b673a8 (patch)
treeba83718e6f12d57da296a3ee3db86b92ebfe491b /disas/alpha.c
parent87f778cf24dc2e29d28ad4afba7bd84ea0672ce0 (diff)
downloadhqemu-33b55ab282aa57a49fa7fd2c0e1c1cbb72b673a8.zip
hqemu-33b55ab282aa57a49fa7fd2c0e1c1cbb72b673a8.tar.gz
alpha: 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-12-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'disas/alpha.c')
-rw-r--r--disas/alpha.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/disas/alpha.c b/disas/alpha.c
index a950b9c..44d00a3 100644
--- a/disas/alpha.c
+++ b/disas/alpha.c
@@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License
along with this file; see the file COPYING. If not, see
<http://www.gnu.org/licenses/>. */
-#include <stdio.h>
+#include "qemu/osdep.h"
#include "disas/bfd.h"
/* MAX is redefined below, so remove any previous definition. */
OpenPOWER on IntegriCloud