diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-13 21:06:37 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-13 21:06:37 +0000 |
commit | 62f096f227ccf797fb04663ddc660c7e6ebfbaaf (patch) | |
tree | f39651d6b026fc7eb0bd064be6617a3c397ef14e /gcc/cp/tinfo.cc | |
parent | 820b9955dce9166a46f2538ad54582dff2ff5e71 (diff) | |
download | gcc-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/cp/tinfo.cc')
-rw-r--r-- | gcc/cp/tinfo.cc | 1 |
1 files changed, 0 insertions, 1 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 |