From: André Pönitz Date: Tue, 24 Apr 2007 10:28:45 +0000 (+0000) Subject: paragraph_funcs.C should not have used paragraph_pimpl.h from the beginning... X-Git-Tag: 1.6.10~10135 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1567e4ad84c4eafeba9d42d30626b46e713599db;p=features.git paragraph_funcs.C should not have used paragraph_pimpl.h from the beginning... git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17940 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/paragraph_funcs.C b/src/paragraph_funcs.C index 5b4dd00a3f..76c99d685f 100644 --- a/src/paragraph_funcs.C +++ b/src/paragraph_funcs.C @@ -13,9 +13,10 @@ #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 {