]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
Fix bug 4463. The crash was due to a call to X from inside a child process.
[lyx.git] / src / Paragraph.h
index 9de84bf057361b1fdfc5964afb08a18ddc2cc429..3b9d4be36ff5b75e090f16e532327177443e481d 100644 (file)
 
 #include "insets/InsetCode.h"
 
-#include "support/docstring.h"
-// FIXME: would be nice to forward declare odocstream instead of
-// including this:
-#include "support/docstream.h"
+#include "support/strfwd.h"
+#include "support/types.h"
 
 namespace lyx {