]> git.lyx.org Git - lyx.git/blobdiff - src/KeyMap.cpp
fix a visual cursor edge-case:
[lyx.git] / src / KeyMap.cpp
index 01cc435ba41cd287824e7b553c60cdb918242c5e..b068b2c95faf75e1376a6239b7027c213f38ef47 100644 (file)
 
 #include "KeyMap.h"
 
-#include "debug.h"
 #include "KeySequence.h"
 #include "LyXAction.h"
 #include "Lexer.h"
 
+#include "support/debug.h"
 #include "support/docstream.h"
+#include "support/FileName.h"
 #include "support/filetools.h"
 
 #include <fstream>
 #include <sstream>
 #include <utility>
 
-using std::endl;
-using std::ios;
-using std::ofstream;
-using std::string;
-
+using namespace std;
+using namespace lyx::support;
 
 namespace lyx {
 
-using support::FileName;
-using support::i18nLibFileSearch;
-
 
 string const KeyMap::printKeySym(KeySymbol const & key, KeyModifier mod)
 {