]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/objc/objc-encoding.c
configure.ac: Skip C if explicitly selected.
[thirdparty/gcc.git] / gcc / objc / objc-encoding.c
index 10171fdd2c59214c7e78e5eb1b284714fcbda417..8d4a9c758b76ad24940158f312ad8c04b40c5d60 100644 (file)
@@ -25,10 +25,10 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree.h"
 
 #ifdef OBJCPLUS
-#include "cp-tree.h"
+#include "cp/cp-tree.h"
 #else
-#include "c-tree.h"
-#include "c-lang.h"
+#include "c/c-tree.h"
+#include "c/c-lang.h"
 #endif
 
 #include "c-family/c-common.h"