]> git.lyx.org Git - lyx.git/blobdiff - src/trans.C
remove broken xpm
[lyx.git] / src / trans.C
index 7fee999c8ff381540ef6498102087378f657ef5b..afa2e9b7e73308e3fed69b900c52c895ba0e4034 100644 (file)
@@ -4,7 +4,6 @@
 #pragma implementation
 #endif
 
-#include "frontends/LyXView.h"
 #include "trans.h"
 #include "support/filetools.h"
 #include "support/lstrings.h"
@@ -321,7 +320,7 @@ int Trans::Load(string const & language)
                return -1;
 
        FreeKeymap();
-       LyXLex lex(kmapTags, K_LAST-1);
+       LyXLex lex(kmapTags, K_LAST - 1);
        lex.setFile(filename);
 
        int const res = Load(lex);