Commit 41909f05 by Jason Merrill

Don't #include <string.h>.

From-SVN: r23058
parent a321c384
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
#pragma implementation "typeinfo" #pragma implementation "typeinfo"
#include <stddef.h> #include <stddef.h>
#include <string.h>
#include "tinfo.h" #include "tinfo.h"
#include "new" // for placement new #include "new" // for placement new
......
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
// the executable file might be covered by the GNU General Public License. // the executable file might be covered by the GNU General Public License.
#include <stddef.h> #include <stddef.h>
#include <string.h>
#include "tinfo.h" #include "tinfo.h"
#include "new" // for placement new #include "new" // for placement new
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment