diff options
Diffstat (limited to 'gcc/c-parse.c')
-rw-r--r-- | gcc/c-parse.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/c-parse.c b/gcc/c-parse.c index 27b2300..ee174d1 100644 --- a/gcc/c-parse.c +++ b/gcc/c-parse.c @@ -206,10 +206,6 @@ #include "output.h" #include "toplev.h" -#ifdef MULTIBYTE_CHARS -#include <locale.h> -#endif - /* Since parsers are distinct for each language, put the language string definition here. */ |