diff options
author | masterm <devnull@localhost> | 2007-02-06 23:12:05 +0100 |
---|---|---|
committer | masterm <devnull@localhost> | 2007-02-06 23:12:05 +0100 |
commit | e151862c3b1d18123e34039d4a85f96af02a82c9 (patch) | |
tree | 8c472fffd79c95475480d047add567783eed02f7 /source | |
parent | bcc4553dcf8250fba3e5c0a2aec3bf68066bec34 (diff) | |
download | rc2007-soccer-e151862c3b1d18123e34039d4a85f96af02a82c9.tar rc2007-soccer-e151862c3b1d18123e34039d4a85f96af02a82c9.zip |
+++ deleted unneeded files
+++ corrected compilation
Diffstat (limited to 'source')
-rw-r--r-- | source/Concept/Framework/module.cpp | 0 | ||||
-rw-r--r-- | source/Concept/Framework/module.h | 0 | ||||
-rw-r--r-- | source/Concept/Framework/stdafx.h | 4 |
3 files changed, 3 insertions, 1 deletions
diff --git a/source/Concept/Framework/module.cpp b/source/Concept/Framework/module.cpp deleted file mode 100644 index e69de29..0000000 --- a/source/Concept/Framework/module.cpp +++ /dev/null diff --git a/source/Concept/Framework/module.h b/source/Concept/Framework/module.h deleted file mode 100644 index e69de29..0000000 --- a/source/Concept/Framework/module.h +++ /dev/null diff --git a/source/Concept/Framework/stdafx.h b/source/Concept/Framework/stdafx.h index d653b9e..db15d17 100644 --- a/source/Concept/Framework/stdafx.h +++ b/source/Concept/Framework/stdafx.h @@ -1,6 +1,8 @@ #include <stdlib.h>
-using namespace std;
+#ifdef _WIN32
+ #include <memory.h>
+#endif
#include "defines.h" #include "tools.h"
|