]> git.lyx.org Git - lyx.git/blobdiff - src/support/filetools.C
use more explicit on constructors use the pimpl idom to reduce size with about 500k
[lyx.git] / src / support / filetools.C
index 996b064852b95eb8d0de3b4d18d7f95fa3c6c6ae..4847419b498c661bbbf75793bf34a7b0c8a65497 100644 (file)
@@ -19,8 +19,6 @@
 #include <cctype>
 
 #include <utility>
-using std::make_pair;
-using std::pair;
 
 #ifdef __GNUG__
 #pragma implementation "filetools.h"
@@ -52,6 +50,10 @@ using std::pair;
 # endif
 #endif
 
+using std::make_pair;
+using std::pair;
+using std::endl;
+
 extern string system_lyxdir;
 extern string build_lyxdir;
 extern string user_lyxdir;