trackgen: use C++ versions of standard headers
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8164 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: f9124987aa280eaaa7241c6eaad73d0515c2c3ad Former-commit-id: e182a9a571a385d82c27d6873b33d1468588cbff
This commit is contained in:
parent
38adc33778
commit
5e7be67a59
9 changed files with 26 additions and 26 deletions
|
@ -23,9 +23,9 @@
|
|||
@version $Id$
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cctype>
|
||||
#include <cstring>
|
||||
#ifndef WIN32
|
||||
#include <unistd.h>
|
||||
|
|
|
@ -10,9 +10,9 @@
|
|||
************************************************************************************************/
|
||||
|
||||
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <cmath>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
|
||||
#include <tgf.h>
|
||||
|
|
|
@ -24,15 +24,15 @@
|
|||
*/
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cctype>
|
||||
#include <cstring>
|
||||
#include <stdlib.h>
|
||||
#include <cstdlib>
|
||||
#ifndef WIN32
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
|
||||
#include <tgfclient.h>
|
||||
#include <track.h>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
@version $Id$
|
||||
*/
|
||||
#include <cstdio>
|
||||
#include <ctype.h>
|
||||
#include <cctype>
|
||||
|
||||
#include <sstream>
|
||||
|
||||
|
|
|
@ -24,14 +24,14 @@
|
|||
*/
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cctype>
|
||||
#include <cstring>
|
||||
#ifndef WIN32
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
#include <plib/ssg.h>
|
||||
|
||||
#include <tgfclient.h>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include <track.h>
|
||||
#include <robottools.h>
|
||||
#include <portability.h>
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
#include <linalg_t.h>
|
||||
|
||||
struct RacelineSegment
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <ctype.h>
|
||||
#include <cctype>
|
||||
#include <cstring>
|
||||
#ifndef WIN32
|
||||
#include <unistd.h>
|
||||
|
|
|
@ -23,14 +23,14 @@
|
|||
@version $Id$
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cctype>
|
||||
#include <cstring>
|
||||
#ifndef WIN32
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
|
||||
#include <tgfclient.h>
|
||||
#include <track.h>
|
||||
|
|
|
@ -23,14 +23,14 @@
|
|||
@version $Id$
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cctype>
|
||||
#include <cstring>
|
||||
#ifndef WIN32
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
|
||||
#include <plib/ul.h>
|
||||
#include <tgfclient.h>
|
||||
|
|
Loading…
Reference in a new issue