]> git.lyx.org Git - lyx.git/blobdiff - src/text2.C
This commit introduces Application_pimpl and cleanup the header includes of the affec...
[lyx.git] / src / text2.C
index be1994246425c2f615d9457cd3e8bec764fce06e..403300a987fab14de7d3b2cd3ace8f558daf237b 100644 (file)
@@ -23,6 +23,7 @@
 
 #include "buffer.h"
 #include "buffer_funcs.h"
+#include "bufferlist.h"
 #include "bufferparams.h"
 #include "BufferView.h"
 #include "Bullet.h"
@@ -36,6 +37,7 @@
 #include "gettext.h"
 #include "language.h"
 #include "LColor.h"
+#include "lyxfunc.h"
 #include "lyxrc.h"
 #include "lyxrow.h"
 #include "lyxrow_funcs.h"
@@ -43,6 +45,8 @@
 #include "paragraph_funcs.h"
 #include "ParagraphParameters.h"
 #include "pariterator.h"
+#include "lyxserver.h"
+#include "lyxsocket.h"
 #include "undo.h"
 #include "vspace.h"