mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
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:
parent
f7ab948b9f
commit
623389fdcc
@ -13,7 +13,6 @@
|
||||
#ifndef LYXVIEW_H
|
||||
#define LYXVIEW_H
|
||||
|
||||
#include "frontends/Delegates.h"
|
||||
#include "support/strfwd.h"
|
||||
|
||||
namespace lyx {
|
||||
|
@ -15,6 +15,7 @@
|
||||
#ifndef GUI_VIEW_H
|
||||
#define GUI_VIEW_H
|
||||
|
||||
#include "frontends/Delegates.h"
|
||||
#include "frontends/LyXView.h"
|
||||
|
||||
#include "support/strfwd.h"
|
||||
|
Loading…
Reference in New Issue
Block a user