diff --git a/simgear/props/props.cxx b/simgear/props/props.cxx index da3c482a..afe98269 100644 --- a/simgear/props/props.cxx +++ b/simgear/props/props.cxx @@ -38,12 +38,6 @@ using std::cerr; # include "PropertyInterpolationMgr.hxx" # include "vectorPropTemplates.hxx" -# if ( _MSC_VER == 1200 ) -// MSVC 6 is buggy, and needs something strange here -using std::vector; -using std::vector; -using std::vector; -# endif #endif using std::endl;