Show
Ignore:
Timestamp:
01/05/07 15:42:01 (2 years ago)
Author:
dshipton
Message:

Use the standard C++ headers cstdio and cstdlib 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/OSGBaseTypes.h

    r189 r467  
    5454#endif 
    5555 
    56 #include <stdlib.h
     56#include <cstdlib
    5757 
    5858#include <utility> 
     
    6060#include <float.h> 
    6161#include <string> 
    62 #include <stdio.h
     62#include <cstdio
    6363#include <cmath> 
    6464