diff options
Diffstat (limited to 'gcc/c-family/c-indentation.c')
-rw-r--r-- | gcc/c-family/c-indentation.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/c-family/c-indentation.c b/gcc/c-family/c-indentation.c index f8c28cf..b05185c 100644 --- a/gcc/c-family/c-indentation.c +++ b/gcc/c-family/c-indentation.c @@ -21,13 +21,11 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "input.h" #include "alias.h" #include "symtab.h" #include "tree.h" #include "stringpool.h" #include "stor-layout.h" -#include "input.h" #include "c-common.h" extern cpp_options *cpp_opts; |