Index: trunk/ab5.0/jenga/include/common/Environment.h
===================================================================
--- trunk/ab5.0/jenga/include/common/Environment.h	(revision 523)
+++ trunk/ab5.0/jenga/include/common/Environment.h	(revision 524)
@@ -1,16 +1,8 @@
 #pragma once
-#pragma warning(disable : 4996)
-
-#include <vector>
-#include <string>
-
-#include <stdlib.h>
-
-#include <windows.h>
-
 
 namespace Jenga{
 namespace Common{
 
+#pragma warning(disable : 4996)
 
 class Environment
Index: trunk/ab5.0/jenga/include/common/Exception.h
===================================================================
--- trunk/ab5.0/jenga/include/common/Exception.h	(revision 523)
+++ trunk/ab5.0/jenga/include/common/Exception.h	(revision 524)
@@ -1,6 +1,3 @@
 #pragma once
-
-#include <string>
-
 
 namespace Jenga{
Index: trunk/ab5.0/jenga/include/common/Path.h
===================================================================
--- trunk/ab5.0/jenga/include/common/Path.h	(revision 523)
+++ trunk/ab5.0/jenga/include/common/Path.h	(revision 524)
@@ -1,10 +1,3 @@
 #pragma once
-#pragma warning(disable : 4996)
-
-#include <vector>
-#include <string>
-
-#include <stdlib.h>
-
 
 namespace Jenga{
Index: trunk/ab5.0/jenga/include/common/String.h
===================================================================
--- trunk/ab5.0/jenga/include/common/String.h	(revision 523)
+++ trunk/ab5.0/jenga/include/common/String.h	(revision 524)
@@ -1,9 +1,7 @@
 #pragma once
-
-#include <vector>
-#include <string>
 
 namespace Jenga{
 namespace Common{
+
 
 typedef std::vector<std::string> Strings;
@@ -13,4 +11,5 @@
 std::string& StringReplace( std::string& str, const std::string sb, const std::string sa );
 
+
 }
 }
