mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
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:
parent
d9a5f157ae
commit
1567e4ad84
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user