From: Martin Sebor Date: Tue, 27 Feb 2018 23:29:51 +0000 (+0000) Subject: Avoid including directly. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2211eff6594f079dd741be7850b012ac43948746;p=gcc.git Avoid including directly. From-SVN: r258046 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 9b4dd033be4..e5f98293c32 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2018-02-27 Martin Sebor + + * pt.c: Avoid including directly. + 2018-02-27 Martin Sebor PR c++/83871 diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index ae777db82fe..23eb2db1a5d 100644 --- a/gcc/cp/pt.c +++ b/gcc/cp/pt.c @@ -24,8 +24,8 @@ along with GCC; see the file COPYING3. If not see all methods must be provided in header files; can't use a source file that contains only the method templates and "just win". */ -#include #include "config.h" +#define INCLUDE_STRING #include "system.h" #include "coretypes.h" #include "cp-tree.h"