mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
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
This commit is contained in:
parent
aafd758410
commit
48d4ab25e7
7 changed files with 7 additions and 6 deletions
|
@ -26,7 +26,7 @@
|
|||
along with GAS or GDB; see the file COPYING. If not,
|
||||
see <http://www.gnu.org/licenses/>. */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "qemu/osdep.h"
|
||||
#include "disas/bfd.h"
|
||||
|
||||
/* The SPARC opcode table (and other related data) is defined in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue