summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormasterm <devnull@localhost>2007-02-06 23:12:05 +0100
committermasterm <devnull@localhost>2007-02-06 23:12:05 +0100
commite151862c3b1d18123e34039d4a85f96af02a82c9 (patch)
tree8c472fffd79c95475480d047add567783eed02f7
parentbcc4553dcf8250fba3e5c0a2aec3bf68066bec34 (diff)
downloadrc2007-soccer-e151862c3b1d18123e34039d4a85f96af02a82c9.tar
rc2007-soccer-e151862c3b1d18123e34039d4a85f96af02a82c9.zip
+++ deleted unneeded files
+++ corrected compilation
-rw-r--r--source/Concept/Framework/module.cpp0
-rw-r--r--source/Concept/Framework/module.h0
-rw-r--r--source/Concept/Framework/stdafx.h4
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"