]> gcc.gnu.org Git - gcc.git/commitdiff
Don't #include <string.h>.
authorJason Merrill <jason@gcc.gnu.org>
Tue, 13 Oct 1998 21:06:37 +0000 (17:06 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 13 Oct 1998 21:06:37 +0000 (17:06 -0400)
From-SVN: r23058

gcc/cp/tinfo.cc
gcc/cp/tinfo2.cc

index 23750ac93103013e29b221f3c633807ed5e94ad0..d8380da29a4c8dc229db24e512988dea0c0a8f96 100644 (file)
@@ -28,7 +28,6 @@
 #pragma implementation "typeinfo"
 
 #include <stddef.h>
-#include <string.h>
 #include "tinfo.h"
 #include "new"                 // for placement new
 
index e4d78fd949a0d57674529a3918edb64460eb3af7..3e63354a2c5e1bd0755edbb66f8f9f8a770ec7bf 100644 (file)
@@ -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
 
This page took 0.064277 seconds and 5 git commands to generate.