]> git.lyx.org Git - lyx.git/blobdiff - src/KeyMap.cpp
Embedding: saving inzip name to .lyx file so that embedded files can always be found...
[lyx.git] / src / KeyMap.cpp
index f6cc6848b5bef4d65b5068a50ac90cf45e99f23d..36d79a4cd5e6191d2d067311ee12d785dbe12f8f 100644 (file)
@@ -21,6 +21,7 @@
 #include "Lexer.h"
 
 #include "support/docstream.h"
+#include "support/FileName.h"
 #include "support/filetools.h"
 
 #include <fstream>
 #include <utility>
 
 using namespace std;
+using namespace lyx::support;
 
 namespace lyx {
 
-using support::FileName;
-using support::i18nLibFileSearch;
-
 
 string const KeyMap::printKeySym(KeySymbol const & key, KeyModifier mod)
 {