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
This commit is contained in:
André Pönitz 2007-04-24 10:28:45 +00:00
parent d9a5f157ae
commit 1567e4ad84

View File

@ -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 {