From 9e169c4bf36a38689550c059570c57efbf00a6fb Mon Sep 17 00:00:00 2001 From: hjl Date: Thu, 1 Jul 2010 22:22:57 +0000 Subject: Merged trunk at revision 161680 into branch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/vect256@161681 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/c-lang.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/c-lang.c') diff --git a/gcc/c-lang.c b/gcc/c-lang.c index 14d4eacf366..45a764f20e2 100644 --- a/gcc/c-lang.c +++ b/gcc/c-lang.c @@ -26,13 +26,13 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #include "tree.h" #include "c-tree.h" -#include "c-common.h" +#include "c-family/c-common.h" #include "langhooks.h" #include "langhooks-def.h" #include "tree-inline.h" #include "diagnostic-core.h" #include "c-objc-common.h" -#include "c-pragma.h" +#include "c-family/c-pragma.h" enum c_language_kind c_language = clk_c; -- cgit v1.2.1