]> git.lyx.org Git - features.git/blobdiff - src/ParagraphParameters.h
Unify naming of menu items
[features.git] / src / ParagraphParameters.h
index a57b4336117ed5ed630dd888ae6af2d0a061e95b..36eec30c481b39f21f11471763fe2bd77bdeeb88 100644 (file)
 #define PARAGRAPHPARAMETERS_H
 
 #include "LayoutEnums.h"
-#include "Length.h"
 #include "Spacing.h"
 
-#include "support/debug.h"
 #include "support/types.h"
-#include "support/docstring.h"
+#include "support/strfwd.h"
+#include "support/Length.h"
 
 
 namespace lyx {
 
-class BufferView;
 class Layout;
-class Length;
 class Lexer;
 class Paragraph;
-class Spacing;
 
 
 ///
@@ -39,8 +35,6 @@ public:
        ///
        ParagraphParameters();
        ///
-       friend LyXErr & operator<<(LyXErr & os, ParagraphParameters const & cur);
-       ///
        void clear();
        ///
        bool sameLayout(ParagraphParameters const &) const;