]> git.mxchange.org Git - flightgear.git/commitdiff
Remove 'using namespace std' directive
authorTorsten Dreyer <Torsten@t3r.de>
Tue, 31 May 2011 08:12:07 +0000 (10:12 +0200)
committerTorsten Dreyer <Torsten@t3r.de>
Tue, 31 May 2011 08:12:07 +0000 (10:12 +0200)
src/Environment/atmosphere.hxx

index 1ee4e1b6beeaa58da610de8d854737f0b31f4bc5..466cba270e60eefe4bb71f47b42576e3c935d32c 100644 (file)
@@ -31,8 +31,6 @@
 #include <cmath>
 #include <utility>
 
-using namespace std;
-
 /**
  * Model the atmosphere in a way consistent with the laws
  * of physics.