]> git.lyx.org Git - lyx.git/blobdiff - src/ParagraphParameters.h
Cleanup mouse/selection/context-menu interactions.
[lyx.git] / src / ParagraphParameters.h
index cbea00691b81f59a4272dcc883c8ebfaaea5c080..9c5a52df3e483462999179dc857b6bb58a1ad9bd 100644 (file)
 #ifndef PARAGRAPHPARAMETERS_H
 #define PARAGRAPHPARAMETERS_H
 
-#include "Layout.h"
+#include "LayoutEnums.h"
 #include "Length.h"
 #include "Spacing.h"
 
 #include "support/types.h"
 #include "support/docstring.h"
 
-#include <iosfwd>
-#include <string>
-
 
 namespace lyx {
 
 class BufferView;
+class Layout;
 class Length;
 class Lexer;
 class Paragraph;