Index: trunk/ab5.0/jenga/src/common/CmdLine.cpp
===================================================================
--- trunk/ab5.0/jenga/src/common/CmdLine.cpp	(revision 480)
+++ trunk/ab5.0/jenga/src/common/CmdLine.cpp	(revision 518)
@@ -1,5 +1,3 @@
-#include <jenga/include/common/CmdLine.h>
-
-#include <boost/foreach.hpp>
+#include "stdafx.h"
 
 using namespace Jenga::Common;
Index: trunk/ab5.0/jenga/src/common/Directory.cpp
===================================================================
--- trunk/ab5.0/jenga/src/common/Directory.cpp	(revision 480)
+++ trunk/ab5.0/jenga/src/common/Directory.cpp	(revision 518)
@@ -1,7 +1,3 @@
-#include <boost/foreach.hpp>
-#include <jenga/include/common/Directory.h>
-#include <jenga/include/common/Exception.h>
-
-#include <imagehlp.h>
+#include "stdafx.h"
 
 using namespace std;
Index: trunk/ab5.0/jenga/src/common/Exception.cpp
===================================================================
--- trunk/ab5.0/jenga/src/common/Exception.cpp	(revision 480)
+++ trunk/ab5.0/jenga/src/common/Exception.cpp	(revision 518)
@@ -1,5 +1,3 @@
-#include <jenga/include/common/Exception.h>
-
-#include <windows.h>
+#include "stdafx.h"
 
 
Index: trunk/ab5.0/jenga/src/common/Path.cpp
===================================================================
--- trunk/ab5.0/jenga/src/common/Path.cpp	(revision 480)
+++ trunk/ab5.0/jenga/src/common/Path.cpp	(revision 518)
@@ -1,8 +1,3 @@
-#include <boost/foreach.hpp>
-#include <jenga/include/common/Environment.h>
-#include <jenga/include/common/Path.h>
-
-#include <windows.h>
-
+#include "stdafx.h"
 
 bool Jenga::Common::Path::IsExistFile() const
Index: trunk/ab5.0/jenga/src/common/String.cpp
===================================================================
--- trunk/ab5.0/jenga/src/common/String.cpp	(revision 480)
+++ trunk/ab5.0/jenga/src/common/String.cpp	(revision 518)
@@ -1,5 +1,3 @@
-#include <boost/foreach.hpp>
-#include <jenga/include/common/String.h>
-
+#include "stdafx.h"
 
 bool Jenga::Common::IsExistString( const Jenga::Common::Strings &strings, const std::string &findStr )
Index: trunk/ab5.0/jenga/src/common/index.cpp
===================================================================
--- trunk/ab5.0/jenga/src/common/index.cpp	(revision 480)
+++ 	(revision )
@@ -1,3 +1,0 @@
-#include <jenga/include/common/Environment.h>
-#include <jenga/include/common/Path.h>
-#include <jenga/include/common/String.h>
