diff options
Diffstat (limited to 'include/opcode')
-rw-r--r-- | include/opcode/aarch64.h | 2 | ||||
-rw-r--r-- | include/opcode/cgen.h | 3 | ||||
-rw-r--r-- | include/opcode/nfp.h | 2 | ||||
-rw-r--r-- | include/opcode/ppc.h | 2 |
4 files changed, 4 insertions, 5 deletions
diff --git a/include/opcode/aarch64.h b/include/opcode/aarch64.h index e48bea6..7a97fa8 100644 --- a/include/opcode/aarch64.h +++ b/include/opcode/aarch64.h @@ -23,7 +23,7 @@ #define OPCODE_AARCH64_H #include "bfd.h" -#include "bfd_stdint.h" +#include <stdint.h> #include <assert.h> #include <stdlib.h> diff --git a/include/opcode/cgen.h b/include/opcode/cgen.h index 0e68c85..8b7d2a4 100644 --- a/include/opcode/cgen.h +++ b/include/opcode/cgen.h @@ -24,8 +24,7 @@ #include "symcat.h" #include "cgen/bitset.h" -/* ??? IWBN to replace bfd in the name. */ -#include "bfd_stdint.h" +#include <stdint.h> #ifdef __cplusplus extern "C" { diff --git a/include/opcode/nfp.h b/include/opcode/nfp.h index 7f322a1..88c7d08 100644 --- a/include/opcode/nfp.h +++ b/include/opcode/nfp.h @@ -23,7 +23,7 @@ #define _NFP_H_ #include "bfd.h" -#include "bfd_stdint.h" +#include <stdint.h> #include "elf/nfp.h" #ifdef __cplusplus diff --git a/include/opcode/ppc.h b/include/opcode/ppc.h index a5ee560..1c5f383 100644 --- a/include/opcode/ppc.h +++ b/include/opcode/ppc.h @@ -22,7 +22,7 @@ #ifndef PPC_H #define PPC_H -#include "bfd_stdint.h" +#include <stdint.h> #ifdef __cplusplus extern "C" { |