aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>1998-10-13 17:06:37 -0400
committerJason Merrill <jason@gcc.gnu.org>1998-10-13 17:06:37 -0400
commit41909f058fced11bd946c076c913107c3be424d8 (patch)
treef39651d6b026fc7eb0bd064be6617a3c397ef14e
parenta321c3844f307de50ba6f26f8cd15a89ef41b676 (diff)
downloadgcc-41909f058fced11bd946c076c913107c3be424d8.zip
gcc-41909f058fced11bd946c076c913107c3be424d8.tar.gz
gcc-41909f058fced11bd946c076c913107c3be424d8.tar.bz2
Don't #include <string.h>.
From-SVN: r23058
-rw-r--r--gcc/cp/tinfo.cc1
-rw-r--r--gcc/cp/tinfo2.cc1
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