]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
Fix fuer #209
[lyx.git] / src / LaTeXFeatures.h
index bf49291929f755820b29eeb9d2542284e6b2298c..6b884de02de58739cdac9b60d563a046f494c4ad 100644 (file)
 #pragma interface
 #endif
 
+#include "support/types.h"
+
+#include "LString.h"
+
 #include <vector>
 #include <set>
 #include <list>
-
-#include "LString.h"
-#include "layout.h"
+#include <map>
 
 class BufferParams; 
 struct Language;
@@ -41,10 +43,9 @@ struct Language;
     when you do so.
 */
 class LaTeXFeatures {
-
 public:
        ///
-       LaTeXFeatures(BufferParams const &, LyXTextClass::size_type n) ;
+       LaTeXFeatures(BufferParams const &, lyx::layout_type n) ;
        /// The packages needed by the document
        string const getPackages() const;
        /// The macros definitions needed by the document