#include <gtest/gtest.h>\r
#include "entityx/Entity.h"\r
\r
-// using namespace std; // This will give name space conflicts with boost\r
-using namespace boost;\r
+// using namespace std;\r
using namespace entityx;\r
\r
using std::ostream;\r
#include "entityx/System.h"\r
\r
\r
-// using namespace std; // This will give name space conflicts with boost\r
-using namespace boost;\r
+// using namespace std;\r
using namespace entityx;\r
using std::string;\r
\r
#include "entityx/tags/TagsComponent.h"\r
\r
using namespace std;\r
-using namespace boost;\r
using namespace entityx;\r
using namespace entityx::tags;\r
\r