Move inclusion of "frontends/Delegates.h" to qt4/GuiView.h

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21815 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-11-27 08:24:56 +00:00
parent f7ab948b9f
commit 623389fdcc
2 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,6 @@
#ifndef LYXVIEW_H
#define LYXVIEW_H
#include "frontends/Delegates.h"
#include "support/strfwd.h"
namespace lyx {

View File

@ -15,6 +15,7 @@
#ifndef GUI_VIEW_H
#define GUI_VIEW_H
#include "frontends/Delegates.h"
#include "frontends/LyXView.h"
#include "support/strfwd.h"