]> git.lyx.org Git - lyx.git/blobdiff - src/support/Systemcall.cpp
Embedding: merge lyx::EmbeddedFiles to lyx::support::EmbeddedFileList
[lyx.git] / src / support / Systemcall.cpp
index e8fbd6404e4206d91cb1e8600622184d27099e43..bfdf0690b313f410665f2c2b9a6d8e804c022d43 100644 (file)
 
 #include <cstdlib>
 
-using std::string;
-
-#ifndef CXX_GLOBAL_CSTD
-using std::system;
-#endif
+using namespace std;
 
 namespace lyx {
 namespace support {