]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtextclasslist.C
ws changes only
[lyx.git] / src / lyxtextclasslist.C
index 45a49ad39c1d98522691085a0e9baa9fa66ec60d..98339a046a3446cb898384a69ee1de774f4981a4 100644 (file)
 #include "support/lyxfunctional.h"
 #include "support/filetools.h"
 
+using lyx::textclass_type;
 
-using namespace lyx::support;
+using lyx::support::LibFileSearch;
+using lyx::support::MakeDisplayPath;
 
 #ifndef CXX_GLOBAL_CSTD
 using std::exit;
 #endif
 
-using lyx::textclass_type;
-
 using std::endl;
 using std::find_if;
 using std::make_pair;
 using std::sort;
-
+using std::string;
 using std::pair;