From 9d99775c34864d030d97b6a5ea5987616ff37468 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Thu, 16 Nov 2017 18:15:33 +0000 Subject: Makefile.am: Remove references to c-compiler-name.h and cp-compiler-name.h * Makefile.am: Remove references to c-compiler-name.h and cp-compiler-name.h * Makefile.in: Regenerate. * compiler-name.hh: New file. * libcc1.cc: Don't include c-compiler-name.h. Include compiler-name.hh. * libcp1.cc: Don't include cp-compiler-name.h. Include compiler-name.hh. Co-Authored-By: Pedro Alves From-SVN: r254838 --- libcc1/libcp1.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcc1/libcp1.cc') diff --git a/libcc1/libcp1.cc b/libcc1/libcp1.cc index bbd8488af93..b4f9710e0e2 100644 --- a/libcc1/libcp1.cc +++ b/libcc1/libcp1.cc @@ -37,7 +37,7 @@ along with GCC; see the file COPYING3. If not see #include "libiberty.h" #include "xregex.h" #include "findcomp.hh" -#include "cp-compiler-name.h" +#include "compiler-name.hh" #include "intl.h" struct libcp1; -- cgit v1.2.3