]> git.mxchange.org Git - flightgear.git/commitdiff
Remove a useless and harmful statement : MSVC complains std is not a valid namespace...
authorfredb <fredb>
Thu, 2 Mar 2006 22:52:05 +0000 (22:52 +0000)
committerfredb <fredb>
Thu, 2 Mar 2006 22:52:05 +0000 (22:52 +0000)
src/FDM/YASim/Launchbar.cpp

index ebe599999026f50451d3a4049cdda7e0219a4e79..e96f27fdda30d816ed4e1a24bac7e40f43657c14 100644 (file)
@@ -5,7 +5,6 @@
 
 #include "Launchbar.hpp"
 
-using namespace std;
 namespace yasim {
 
   static const float YASIM_PI2 = 3.14159265358979323846/2;