diff options
Diffstat (limited to 'gcc')
-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 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 |