]> git.lyx.org Git - lyx.git/blobdiff - src/support/filetools.C
Cxx tweaks, fix display of \epsilon and more. Read changelog
[lyx.git] / src / support / filetools.C
index 20d7823ea897f1d8a9e75a1875dbe66e9eb363b5..e8baacf30612e3516b99603511f87922cf233f95 100644 (file)
@@ -17,7 +17,9 @@
 #include <config.h>
 
 #include <cctype>
-#include <pair.h>
+#include <utility>
+using std::make_pair;
+using std::pair;
 
 #ifdef __GNUG__
 #pragma implementation "filetools.h"
@@ -49,8 +51,6 @@
 # endif
 #endif
 
-using std::make_pair;
-
 extern string system_lyxdir;
 extern string build_lyxdir;
 extern string user_lyxdir;