]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
Fix fuer #209
[lyx.git] / src / LaTeXFeatures.h
index c9b628dacd0a2eb963d4256ef1aab91a3a58c602..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,7 +43,6 @@ struct Language;
     when you do so.
 */
 class LaTeXFeatures {
-
 public:
        ///
        LaTeXFeatures(BufferParams const &, lyx::layout_type n) ;