]> git.lyx.org Git - lyx.git/blobdiff - src/support/putenv.C
another safety belt
[lyx.git] / src / support / putenv.C
index 8fe84032b0a03f9e522fd56186d39273e6664d1c..e1df57545218e5e45a0da757aaf60a99d8a8f892 100644 (file)
@@ -1,12 +1,9 @@
 #include <config.h>
 
-#include <cstdlib>
+#include "lyxlib.h"
 
-#ifndef CXX_GLOBAL_CSTD
-using std::putenv;
-#endif
+#include <cstdlib>
 
-#include "lyxlib.h"
 int lyx::putenv(char const * str)
 {
        return ::putenv(const_cast<char*>(str));