From: jsm28 Date: Fri, 21 May 2010 22:58:12 +0000 (+0000) Subject: * cxx-pretty-print.c: Correct merge error. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c627001c253cefb4fbec1d0502a8710b6f746bbd;p=thirdparty%2Fgcc.git * cxx-pretty-print.c: Correct merge error. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159686 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 072cda0c05fc..5275eca53c4a 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2010-05-21 Joseph Myers + + * cxx-pretty-print.c: Correct merge error. + 2010-05-21 Joseph Myers * error.c: Include tree-diagnostic.h and tree-pretty-print.h. diff --git a/gcc/cp/cxx-pretty-print.c b/gcc/cp/cxx-pretty-print.c index 803257d36b46..04a83140ad9b 100644 --- a/gcc/cp/cxx-pretty-print.c +++ b/gcc/cp/cxx-pretty-print.c @@ -24,9 +24,9 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "intl.h" -#include "tree-pretty-print.h" #include "cp-tree.h" #include "cxx-pretty-print.h" +#include "tree-pretty-print.h" #include "toplev.h" /* Translate if being used for diagnostics, but not for dump files or