]> git.lyx.org Git - lyx.git/blobdiff - src/Language.h
Amend 6c3447c8: FindAdv: sometimes a space is added on some math symbols
[lyx.git] / src / Language.h
index 0dba749d9b179361da7c6757a6a8831dc47fcbcf..d8ef03a125fa325fcb2737d22367ddf35276283f 100644 (file)
@@ -15,7 +15,8 @@
 #ifndef LANGUAGE_H
 #define LANGUAGE_H
 
-#include "support/strfwd.h"
+#include "support/docstring.h"
+#include "support/trivstring.h"
 
 #include <map>
 #include <set>
 
 namespace lyx {
 
-namespace support { class FileName; }
+namespace support {
+class FileName;
+class Lexer;
+}
 
 class BufferParams;
 class Encoding;
-class Lexer;
 
 ///
 class Language {
@@ -98,9 +101,9 @@ public:
        /// This language corresponds to a translation of the GUI
        bool hasGuiSupport() const { return has_gui_support_; }
        ///
-       bool read(Lexer & lex);
+       bool read(support::Lexer & lex);
        ///
-       bool readLanguage(Lexer & lex);
+       bool readLanguage(support::Lexer & lex);
        ///
        typedef std::map<trivstring, trivdocstring> TranslationMap;
        ///