From: fredb Date: Thu, 2 Mar 2006 22:52:05 +0000 (+0000) Subject: Remove a useless and harmful statement : MSVC complains std is not a valid namespace... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1051288b9dc63ea29795b915c069f9ba6ff91d8e;p=flightgear.git Remove a useless and harmful statement : MSVC complains std is not a valid namespace because no STL header is included --- diff --git a/src/FDM/YASim/Launchbar.cpp b/src/FDM/YASim/Launchbar.cpp index ebe599999..e96f27fdd 100644 --- a/src/FDM/YASim/Launchbar.cpp +++ b/src/FDM/YASim/Launchbar.cpp @@ -5,7 +5,6 @@ #include "Launchbar.hpp" -using namespace std; namespace yasim { static const float YASIM_PI2 = 3.14159265358979323846/2;