summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>1998-10-13 21:06:37 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>1998-10-13 21:06:37 +0000
commit62f096f227ccf797fb04663ddc660c7e6ebfbaaf (patch)
treef39651d6b026fc7eb0bd064be6617a3c397ef14e /gcc
parent820b9955dce9166a46f2538ad54582dff2ff5e71 (diff)
downloadgcc-62f096f227ccf797fb04663ddc660c7e6ebfbaaf.tar.gz
Don't #include <string.h>.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23058 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-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 23750ac9310..d8380da29a4 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 e4d78fd949a..3e63354a2c5 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