Show
Ignore:
Timestamp:
01/05/07 16:30:00 (2 years ago)
Author:
dshipton
Message:

Use the standard C++ headers (the rest of them) instead of the old pre-standard ones that pollute the global namespace.
This is in reference to Ticket #128.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/Base/Base/OSGBaseFunctions.h

    r468 r471  
    4444#endif 
    4545 
    46 #include <math.h> 
    47 #include <string.h
     46#include <cmath> 
     47#include <cstring
    4848 
    4949#ifndef WIN32 
     
    5252#include <cerrno> 
    5353#include <iostream> 
    54 #include <time.h
     54#include <ctime
    5555#endif 
    5656