diff options
Diffstat (limited to 'gcc/wide-int-print.h')
-rw-r--r-- | gcc/wide-int-print.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/wide-int-print.h b/gcc/wide-int-print.h index eb7f23f..3c45d0a 100644 --- a/gcc/wide-int-print.h +++ b/gcc/wide-int-print.h @@ -21,7 +21,6 @@ along with GCC; see the file COPYING3. If not see #define WIDE_INT_PRINT_H #include <stdio.h> -#include "wide-int.h" #define WIDE_INT_PRINT_BUFFER_SIZE (WIDE_INT_MAX_PRECISION / 4 + 4) |