summaryrefslogtreecommitdiffstats
path: root/disas/tci.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/tci.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/tci.c')
-rw-r--r--disas/tci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/disas/tci.c b/disas/tci.c
index d7b954e..1cdf5ee 100644
--- a/disas/tci.c
+++ b/disas/tci.c
@@ -17,6 +17,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "qemu/osdep.h"
#include "qemu-common.h"
#include "disas/bfd.h"
#include "tcg/tcg.h"
OpenPOWER on IntegriCloud