Changeset 165

Show
Ignore:
Timestamp:
03/19/09 23:55:14 (15 years ago)
Author:
bhilburn
Message:

None is going to use experimtal g++ libs; being realistic and removing the
preproc include.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/trunk/src/include/vtcross/containers.h

    r161 r165  
    1212#define CONTAINERS_H 
    1313 
    14 /* Until the new C++ i99 standard is made permanent, allow use of otherwise 
    15  * legacy C-libraries. 
    16  */ 
    17 #ifdef GCC_EXPERIMENTAL 
    18     #include <cstdint> 
    19 #else 
    20     #include <stdint.h> 
    21 #endif 
    2214 
     15#include <stdint.h> 
    2316#include <string> 
    2417