From: Jason Merrill Date: Tue, 13 Oct 1998 21:06:37 +0000 (-0400) Subject: Don't #include . X-Git-Tag: prereleases/libgcj-0.1~2545 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=41909f058fced11bd946c076c913107c3be424d8;p=thirdparty%2Fgcc.git Don't #include . From-SVN: r23058 --- diff --git a/gcc/cp/tinfo.cc b/gcc/cp/tinfo.cc index 23750ac93103..d8380da29a4c 100644 --- a/gcc/cp/tinfo.cc +++ b/gcc/cp/tinfo.cc @@ -28,7 +28,6 @@ #pragma implementation "typeinfo" #include -#include #include "tinfo.h" #include "new" // for placement new diff --git a/gcc/cp/tinfo2.cc b/gcc/cp/tinfo2.cc index e4d78fd949a0..3e63354a2c5e 100644 --- a/gcc/cp/tinfo2.cc +++ b/gcc/cp/tinfo2.cc @@ -26,7 +26,6 @@ // the executable file might be covered by the GNU General Public License. #include -#include #include "tinfo.h" #include "new" // for placement new