]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTOC.cpp
Make undo action no-ops when the buffer is read-only
[lyx.git] / src / insets / InsetTOC.cpp
index 4469b88939d72b9d259b86a600f110032d7e9e48..a429d2d5bcf1326493016c812e983b22e413cf91 100644 (file)
@@ -21,7 +21,6 @@
 #include "FuncRequest.h"
 #include "Language.h"
 #include "LaTeXFeatures.h"
-#include "OutputParams.h"
 #include "output_xhtml.h"
 #include "Paragraph.h"
 #include "ParagraphParameters.h"
@@ -29,6 +28,7 @@
 #include "TocBackend.h"
 
 #include "support/debug.h"
+#include "support/docstream.h"
 #include "support/gettext.h"
 #include "support/lassert.h"