]> git.lyx.org Git - lyx.git/blobdiff - src/support/os_cygwin.cpp
Revert qprocess code. Revisions reverted: 22026, 22030, 22044, 22048,
[lyx.git] / src / support / os_cygwin.cpp
index c4c02bea87773b3909ed3bdce74758cadea4b97a..cf57336f7dd176210c7ab29aff29db71a40779ee 100644 (file)
@@ -15,9 +15,9 @@
 #include <config.h>
 
 #include "support/os.h"
-#include "support/lstrings.h"
 
-#include "debug.h"
+#include "support/lstrings.h"
+#include "support/debug.h"
 
 #include <windows.h>
 #include <io.h>
@@ -27,8 +27,7 @@
 
 #include <sys/cygwin.h>
 
-using std::string;
-
+using namespace std;
 
 namespace lyx {
 namespace support {