]> git.lyx.org Git - features.git/commitdiff
paragraph_funcs.C should not have used paragraph_pimpl.h from the beginning...
authorAndré Pönitz <poenitz@gmx.net>
Tue, 24 Apr 2007 10:28:45 +0000 (10:28 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Tue, 24 Apr 2007 10:28:45 +0000 (10:28 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17940 a592a061-630c-0410-9148-cb99ea01b6c8

src/paragraph_funcs.C

index 5b4dd00a3f760ad4c10151d85a00973175aa3e64..76c99d685f8c0fdbbe3ccac026f747d7c50dae6f 100644 (file)
 #include "paragraph_funcs.h"
 
 #include "bufferparams.h"
-#include "lyxtext.h"
-#include "paragraph_pimpl.h"
 #include "debug.h"
+#include "lyxtext.h"
+#include "paragraph.h"
+#include "ParagraphParameters.h"
 
 
 namespace lyx {