mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
Make it compile again: Add some includes to fix signals name clash
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15187 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9a2427e0b8
commit
e9f25b4861
@ -12,23 +12,24 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
// FIXME: this is needed for now because LyXFunc is still constructed
|
||||
// there.
|
||||
#include "frontends/Application_pimpl.h"
|
||||
#include "frontends/LyXView.h"
|
||||
#include "frontends/WorkArea.h"
|
||||
|
||||
#include "GuiApplication.h"
|
||||
|
||||
#include "qt_helpers.h"
|
||||
#include "QLImage.h"
|
||||
|
||||
#include "BufferView.h"
|
||||
|
||||
// FIXME: this is needed for now because LyXFunc is still constructed
|
||||
// there.
|
||||
#include "frontends/Application_pimpl.h"
|
||||
|
||||
#include "graphics/LoaderQueue.h"
|
||||
|
||||
#include "support/lstrings.h"
|
||||
#include "support/os.h"
|
||||
#include "support/package.h"
|
||||
|
||||
#include "BufferView.h"
|
||||
#include "lyx_main.h"
|
||||
#include "lyxrc.h"
|
||||
#include "debug.h"
|
||||
|
Loading…
Reference in New Issue
Block a user