diff options
author | Jason Merrill <jason@gcc.gnu.org> | 1998-10-13 17:06:37 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 1998-10-13 17:06:37 -0400 |
commit | 41909f058fced11bd946c076c913107c3be424d8 (patch) | |
tree | f39651d6b026fc7eb0bd064be6617a3c397ef14e | |
parent | a321c3844f307de50ba6f26f8cd15a89ef41b676 (diff) | |
download | gcc-41909f058fced11bd946c076c913107c3be424d8.zip gcc-41909f058fced11bd946c076c913107c3be424d8.tar.gz gcc-41909f058fced11bd946c076c913107c3be424d8.tar.bz2 |
Don't #include <string.h>.
From-SVN: r23058
-rw-r--r-- | gcc/cp/tinfo.cc | 1 | ||||
-rw-r--r-- | gcc/cp/tinfo2.cc | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cp/tinfo.cc b/gcc/cp/tinfo.cc index 23750ac..d8380da 100644 --- a/gcc/cp/tinfo.cc +++ b/gcc/cp/tinfo.cc @@ -28,7 +28,6 @@ #pragma implementation "typeinfo" #include <stddef.h> -#include <string.h> #include "tinfo.h" #include "new" // for placement new diff --git a/gcc/cp/tinfo2.cc b/gcc/cp/tinfo2.cc index e4d78fd..3e63354 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 <stddef.h> -#include <string.h> #include "tinfo.h" #include "new" // for placement new |