From: Abdelrazak Younes Date: Sat, 8 Sep 2007 16:36:53 +0000 (+0000) Subject: header cleanup. X-Git-Tag: 1.6.10~8439 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=133041073b91a8eedad38673860fa5cee567f386;p=features.git header cleanup. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20145 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiViewSource.cpp b/src/frontends/qt4/GuiViewSource.cpp index 9019b021a8..6683437a58 100644 --- a/src/frontends/qt4/GuiViewSource.cpp +++ b/src/frontends/qt4/GuiViewSource.cpp @@ -15,7 +15,7 @@ #include "GuiViewSource.h" #include "qt_helpers.h" -#include +#include "Application.h" #include #include diff --git a/src/frontends/qt4/GuiViewSource.h b/src/frontends/qt4/GuiViewSource.h index 60003bf701..2704375a68 100644 --- a/src/frontends/qt4/GuiViewSource.h +++ b/src/frontends/qt4/GuiViewSource.h @@ -14,11 +14,10 @@ #ifndef GUIVIEWSOURCE_H #define GUIVIEWSOURCE_H -#include "GuiDialog.h" -#include "ControlViewSource.h" -#include "Application.h" #include "ui_ViewSourceUi.h" +#include "ControlViewSource.h" + #include #include #include