From 2add898d90f2fac626af145b90d43a7cc1c4a9dc Mon Sep 17 00:00:00 2001
From: Torsten Dreyer <Torsten@t3r.de>
Date: Tue, 31 May 2011 10:12:07 +0200
Subject: [PATCH] Remove 'using namespace std' directive

---
 src/Environment/atmosphere.hxx | 2 --
 1 file changed, 2 deletions(-)

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 <cmath>
 #include <utility>
 
-using namespace std;
-
 /**
  * Model the atmosphere in a way consistent with the laws
  * of physics.