]> git.lyx.org Git - lyx.git/blobdiff - src/chset.C
Removed all redundant using directives from the source.
[lyx.git] / src / chset.C
index 33b94c895e4ccf92bbea57444ecabd785f5972dc..3c783e09dfda6d84010075d0c2d6b0abc95fafb0 100644 (file)
 
 using namespace lyx::support;
 
-using std::ifstream;
+using std::endl;
 using std::getline;
-using std::pair;
 using std::make_pair;
-using std::endl;
+
+using std::ifstream;
+using std::pair;
+
 using boost::regex;
-using boost::regex_match;
 
 #ifndef USE_INCLUDED_STRING
 using boost::smatch;
@@ -37,7 +38,6 @@ using boost::cmatch;
 #endif
 
 
-
 bool CharacterSet::loadFile(string const & fname)
 {
        map_.clear();