diff options
Diffstat (limited to 'qemu/disas/ia64.c')
-rw-r--r-- | qemu/disas/ia64.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/qemu/disas/ia64.c b/qemu/disas/ia64.c index a8fe26c41..140754c94 100644 --- a/qemu/disas/ia64.c +++ b/qemu/disas/ia64.c @@ -18,8 +18,7 @@ along with this file; see the file COPYING. If not, see <http://www.gnu.org/licenses/>. */ -#include <assert.h> -#include <string.h> +#include "qemu/osdep.h" #include "disas/bfd.h" @@ -28,7 +27,6 @@ Free Software Foundation, Inc. Contributed by David Mosberger-Tang <davidm@hpl.hp.com> */ -#include <sys/types.h> typedef uint64_t ia64_insn; |