diff options
Diffstat (limited to 'gcc/c-family/c-format.c')
-rw-r--r-- | gcc/c-family/c-format.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/c-family/c-format.c b/gcc/c-family/c-format.c index b65c5e0ca54..57df51f2f5a 100644 --- a/gcc/c-family/c-format.c +++ b/gcc/c-family/c-format.c @@ -22,12 +22,9 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "c-target.h" -#include "tree.h" #include "c-common.h" #include "alloc-pool.h" #include "stringpool.h" -#include "alias.h" -#include "flags.h" #include "c-objc.h" #include "intl.h" #include "langhooks.h" |