aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-format.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-family/c-format.c')
-rw-r--r--gcc/c-family/c-format.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/gcc/c-family/c-format.c b/gcc/c-family/c-format.c
index d358098..c309a54 100644
--- a/gcc/c-family/c-format.c
+++ b/gcc/c-family/c-format.c
@@ -21,18 +21,17 @@ along with GCC; see the file COPYING3. If not see
#include "system.h"
#include "coretypes.h"
#include "tm.h"
-#include "alias.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-common.h"
#include "c-objc.h"
#include "intl.h"
-#include "diagnostic-core.h"
#include "langhooks.h"
#include "c-format.h"
-#include "alloc-pool.h"
-#include "c-target.h"
/* Handle attributes associated with format checking. */