From: Torsten Dreyer Date: Tue, 31 May 2011 08:12:07 +0000 (+0200) Subject: Remove 'using namespace std' directive X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2add898d90f2fac626af145b90d43a7cc1c4a9dc;p=flightgear.git Remove 'using namespace std' directive --- diff --git a/src/Environment/atmosphere.hxx b/src/Environment/atmosphere.hxx index 1ee4e1b6b..466cba270 100644 --- a/src/Environment/atmosphere.hxx +++ b/src/Environment/atmosphere.hxx @@ -31,8 +31,6 @@ #include #include -using namespace std; - /** * Model the atmosphere in a way consistent with the laws * of physics.