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:
Georg Baum 2006-09-30 08:58:17 +00:00
parent 9a2427e0b8
commit e9f25b4861

View File

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