From 95d29db7c59b742d668f2120ab590c1ab0346601 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 28 Jun 2006 07:14:39 +0000 Subject: [PATCH] Removed old #include entries. --- src/osgPlugins/txp/trpage_sys.h | 10 ---------- 1 file changed, 10 deletions(-) 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;