]> git.lyx.org Git - lyx.git/blobdiff - src/support/tempname.cpp
Revert qprocess code. Revisions reverted: 22026, 22030, 22044, 22048,
[lyx.git] / src / support / tempname.cpp
index e3e8023b7c3a498b7c60ef6697dc3c49a09ade3a..e5d19f30fe8b650776f21e93937aa7cd613da22e 100644 (file)
 #include "support/lyxlib.h"
 
 #include "support/convert.h"
+#include "support/debug.h"
 #include "support/filetools.h"
 #include "support/Package.h"
 
-#include "debug.h"
-
 #include <boost/scoped_array.hpp>
 
 #include <cstdlib>
@@ -43,9 +42,9 @@ extern "C" int mkstemp(char *);
 # endif
 #endif
 
-using boost::scoped_array;
+using namespace std;
 
-using std::string;
+using boost::scoped_array;
 
 namespace lyx {
 namespace support {