]> git.lyx.org Git - lyx.git/blobdiff - src/chset.h
Added html export for LinuxDoc and DocBook. LinuxDoc import now available in file...
[lyx.git] / src / chset.h
index b2707b844fc1e8400ff68e2a899de483da045c13..adce167ab17c80b576e6a531bc69d6211d2d46ef 100644 (file)
@@ -7,16 +7,13 @@
 #endif
 
 #include <map>
-using std::map;
-
 #include <utility>
+
+using std::map;
 using std::pair;
-using std::make_pair;  // may also be put in chset.C
 
 #include "LString.h"
 
-using std::map;
-
 ///
 class CharacterSet {
 public: