diff --git a/src/osgPlugins/txp/trpage_sys.h b/src/osgPlugins/txp/trpage_sys.h index a53469891..898245ee5 100644 --- a/src/osgPlugins/txp/trpage_sys.h +++ b/src/osgPlugins/txp/trpage_sys.h @@ -87,20 +87,10 @@ typedef double float64; #endif -#if defined(_WIN32) || defined(linux) #include #include #include -#else -#include -#include -#endif -#if defined(_WIN32) // PJM -// Had to take this out because of an iostream conflict -// Now referencing everything by std:: -// using namespace std; -#endif // We use long longs for addresses within a paging file typedef int64 trpgllong;