Reverted replacement of #include <string.h> by cstring for GCC 4.3 compatibility in non Torcs-NG sources

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@260 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 1423d6a958bbe56a1a0fc8c35c1a70365add7f96
Former-commit-id: 0d600b212031e37ee2ca448e097ef18011d9daaa
This commit is contained in:
pouillot 2008-11-17 22:29:19 +00:00
parent 56ffada152
commit d0780006f4
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@
#include <fcntl.h>
#include <sys/stat.h>
#include <cstring>
#include <string.h>
#include <limits.h>
#include <math.h>

View file

@ -40,7 +40,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <cstring>
#include <string.h>
#include <ctype.h>
#include <assert.h>