]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.h
* docstream: factorize out some code and introduce odocfstream::reset()
[lyx.git] / src / CutAndPaste.h
index 4a1c68dbea033c5d3ec81bbb3371bd857fe4135f..ce6c7ab8efd1b4804d09094a205c94e85e5f68b6 100644 (file)
 #ifndef CUTANDPASTE_H
 #define CUTANDPASTE_H
 
-#include "support/docstring.h"
 #include "TextClassPtr.h"
 
+#include "support/types.h"
+#include "support/docstring.h"
+
 #include <vector>
 
 namespace lyx {
@@ -24,7 +26,6 @@ namespace lyx {
 class Buffer;
 class ErrorList;
 class InsetText;
-class TextClass;
 class Cursor;
 class ParagraphList;