mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
tcg: 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-16-git-send-email-peter.maydell@linaro.org
This commit is contained in:
parent
9b8bfe21be
commit
757e725b58
12 changed files with 12 additions and 12 deletions
|
@ -26,7 +26,7 @@
|
|||
#define USE_LIVENESS_ANALYSIS
|
||||
#define USE_TCG_OPTIMIZATIONS
|
||||
|
||||
#include "config.h"
|
||||
#include "qemu/osdep.h"
|
||||
|
||||
/* Define to jump the ELF file used to communicate with GDB. */
|
||||
#undef DEBUG_JIT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue