From 1567e4ad84c4eafeba9d42d30626b46e713599db Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Tue, 24 Apr 2007 10:28:45 +0000 Subject: [PATCH] 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 --- src/paragraph_funcs.C | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 { -- 2.39.2