]> git.lyx.org Git - lyx.git/blobdiff - src/PDFOptions.h
Limit the nopassthurchars case in beamer to URL
[lyx.git] / src / PDFOptions.h
index d74caf430e638c65cd353970b6bdc0f2554113df..e013566c14b10e384c7c8f769cd4be1e574138ee 100644 (file)
 #ifndef PDFOPTIONS_H
 #define PDFOPTIONS_H
 
-#include "OutputParams.h"
-
-#include "support/strfwd.h"
-
 #include <string>
 
 namespace lyx {
 
-class Lexer;
+class OutputParams;
+class otexstream;
+
+namespace support { class Lexer; }
 
 // FIXME UNICODE
 // Write functions need to use odostream instead of ostream before
@@ -39,7 +38,7 @@ public:
        void writeLaTeX(OutputParams &, otexstream &,
                        bool hyperref_already_provided) const;
        /// read tokens from lyx header
-       std::string readToken(Lexer &lex, std::string const & token);
+       std::string readToken(support::Lexer &lex, std::string const & token);
        /// set implicit settings for hyperref
        void clear();