X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FTrans.cpp;h=266d86765b02fe185767a3a8854e885237fd001d;hb=1ab314f8e6e145dc73d0a26b7e82a280b497ea3c;hp=4ba78080e7f850dcbe2cb5a7a0c889114cfdef88;hpb=9abb7db46800e554f57e865a3e768602ffd9d6f1;p=lyx.git diff --git a/src/Trans.cpp b/src/Trans.cpp index 4ba78080e7..266d86765b 100644 --- a/src/Trans.cpp +++ b/src/Trans.cpp @@ -17,15 +17,16 @@ #include "BufferView.h" #include "Cursor.h" #include "CutAndPaste.h" -#include "support/debug.h" #include "Lexer.h" #include "LyXRC.h" #include "Text.h" -#include "support/filetools.h" -#include "support/lstrings.h" #include "support/convert.h" +#include "support/debug.h" #include "support/docstream.h" +#include "support/FileName.h" +#include "support/filetools.h" +#include "support/lstrings.h" using namespace std; using namespace lyx::support; @@ -386,7 +387,7 @@ docstring const Trans::process(char_type c, TransManager & k) int Trans::load(string const & language) { - support::FileName const filename = libFileSearch("kbd", language, "kmap"); + FileName const filename = libFileSearch("kbd", language, "kmap"); if (filename.empty()) return -1;