aboutsummaryrefslogtreecommitdiff
path: root/gcc/common
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/common')
-rw-r--r--gcc/common/common-target.h1
-rw-r--r--gcc/common/common-targhooks.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/gcc/common/common-target.h b/gcc/common/common-target.h
index 66cba2c..e9b60f3 100644
--- a/gcc/common/common-target.h
+++ b/gcc/common/common-target.h
@@ -22,7 +22,6 @@
#ifndef GCC_COMMON_TARGET_H
#define GCC_COMMON_TARGET_H
-#include "input.h"
/* Sets of optimization levels at which an option may be enabled by
default_options_optimization. */
diff --git a/gcc/common/common-targhooks.c b/gcc/common/common-targhooks.c
index 22029ac..2b5c4c3 100644
--- a/gcc/common/common-targhooks.c
+++ b/gcc/common/common-targhooks.c
@@ -20,7 +20,6 @@ along with GCC; see the file COPYING3. If not see
#include "config.h"
#include "system.h"
#include "coretypes.h"
-#include "input.h"
#include "tm.h"
#include "common/common-target.h"
#include "common/common-targhooks.h"