Backport revision 19747:

* src/frontends/qt4/GuiView.h:
	- Delete include of config.h. This was needed only for the qt3 port.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20205 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2007-09-11 06:21:53 +00:00
parent 3162f403b5
commit 33384ba6b2

View File

@ -15,9 +15,6 @@
#ifndef GUI_VIEW_H
#define GUI_VIEW_H
// Must be here because of moc.
#include <config.h>
#include "frontends/LyXView.h"
#include "FuncRequest.h"