]> git.lyx.org Git - lyx.git/blobdiff - src/mover.C
LFUN_UNICODE_INSERT - unicode-insert
[lyx.git] / src / mover.C
index e8a69a5bea9af018d6b0b21bba7e8dd581a8219d..24950a870691af7de9cd53dc9be1f0402acd73ac 100644 (file)
 
 #include <sstream>
 
-using std::ostringstream;
-using std::string;
 
-namespace support = lyx::support;
+namespace lyx {
+
+using std::string;
 
 Movers movers;
 Movers system_movers;
@@ -88,3 +88,6 @@ string const Movers::command(string  const & fmt) const
        SpecialsMap::const_iterator const it = specials_.find(fmt);
        return (it == specials_.end()) ? string() : it->second.command();
 }
+
+
+} // namespace lyx