diff options
Diffstat (limited to 'libgomp/libgomp_f.h.in')
-rw-r--r-- | libgomp/libgomp_f.h.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libgomp/libgomp_f.h.in b/libgomp/libgomp_f.h.in index c49c8f68e52..0117525c44a 100644 --- a/libgomp/libgomp_f.h.in +++ b/libgomp/libgomp_f.h.in @@ -32,12 +32,6 @@ #define LIBGOMP_F_H 1 #include "libgomp.h" -#if HAVE_STDINT_H -#include <stdint.h> -#endif -#if HAVE_INTTYPES_H -#include <inttypes.h> -#endif #if (OMP_LOCK_SIZE == OMP_LOCK_KIND) \ && (OMP_LOCK_ALIGN <= OMP_LOCK_SIZE) |