aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/darwin.c
diff options
context:
space:
mode:
authorIain Sandoe <iains@gcc.gnu.org>2010-12-10 09:14:55 +0000
committerIain Sandoe <iains@gcc.gnu.org>2010-12-10 09:14:55 +0000
commitaff7f4c416f03bcadf563a3f73896ddabd8da844 (patch)
tree9caa712daef8f23b873dcbd0d830e49c4c30e2ec /gcc/config/darwin.c
parent6d3fbe2feee0627f2e3669c4d30c2ea003927dce (diff)
downloadgcc-aff7f4c416f03bcadf563a3f73896ddabd8da844.zip
gcc-aff7f4c416f03bcadf563a3f73896ddabd8da844.tar.gz
gcc-aff7f4c416f03bcadf563a3f73896ddabd8da844.tar.bz2
darwin.c: Remove c-tree.h and c-lang.h
gcc: * config/darwin.c: Remove c-tree.h and c-lang.h * config/t-darwin: Remove dependencies on c-tree.h and c-lang.h. From-SVN: r167679
Diffstat (limited to 'gcc/config/darwin.c')
-rw-r--r--gcc/config/darwin.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/darwin.c b/gcc/config/darwin.c
index 0057685..93621ac 100644
--- a/gcc/config/darwin.c
+++ b/gcc/config/darwin.c
@@ -41,8 +41,6 @@ along with GCC; see the file COPYING3. If not see
#include "langhooks.h"
#include "target.h"
#include "tm_p.h"
-#include "c-tree.h"
-#include "c-lang.h"
#include "diagnostic-core.h"
#include "toplev.h"
#include "hashtab.h"