summaryrefslogtreecommitdiffstats
path: root/cpu-exec-common.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:16:56 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:29:55 -0600
commit8c324ddd4ecdcc9cb911b6a28c3f25d5c064be89 (patch)
tree53022fca09c85dea16462a1bc73070e4dca74abd /cpu-exec-common.c
parent538f6a91b298a8cbcf2e6f2e2e8b8233129b17b6 (diff)
downloadhqemu-8c324ddd4ecdcc9cb911b6a28c3f25d5c064be89.zip
hqemu-8c324ddd4ecdcc9cb911b6a28c3f25d5c064be89.tar.gz
exec: 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-4-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'cpu-exec-common.c')
-rw-r--r--cpu-exec-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu-exec-common.c b/cpu-exec-common.c
index 43edf36..1b1731c 100644
--- a/cpu-exec-common.c
+++ b/cpu-exec-common.c
@@ -17,7 +17,7 @@
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
-#include "config.h"
+#include "qemu/osdep.h"
#include "cpu.h"
#include "sysemu/cpus.h"
#include "exec/memory-internal.h"
OpenPOWER on IntegriCloud