Removed old #include <vector.h> entries.

This commit is contained in:
Robert Osfield
2006-06-28 07:14:39 +00:00
parent 03af6871ab
commit 95d29db7c5

View File

@@ -87,20 +87,10 @@ typedef double float64;
#endif
#if defined(_WIN32) || defined(linux)
#include <vector>
#include <map>
#include <string>
#else
#include <vector.h>
#include <map.h>
#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;