From 9be7c2a0ec2eaa1a86144c3b7bab219a95abc625 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Mon, 12 Jul 2010 21:42:25 +0000 Subject: [PATCH] Fix unnecessary dependencies on GuiDocument.h. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34882 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiBranches.h | 7 ++++--- src/frontends/qt4/GuiIndices.h | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/frontends/qt4/GuiBranches.h b/src/frontends/qt4/GuiBranches.h index 0417e84b64..803a7017ee 100644 --- a/src/frontends/qt4/GuiBranches.h +++ b/src/frontends/qt4/GuiBranches.h @@ -12,12 +12,13 @@ #ifndef GUIBRANCHES_H #define GUIBRANCHES_H -#include "Buffer.h" -#include "GuiDocument.h" +#include "BranchList.h" +#include "ButtonController.h" + #include "ui_BranchesUnknownUi.h" #include "ui_BranchesUi.h" -#include "BranchList.h" +#include #include class QTreeWidgetItem; diff --git a/src/frontends/qt4/GuiIndices.h b/src/frontends/qt4/GuiIndices.h index bd318ff72f..7e833edb42 100644 --- a/src/frontends/qt4/GuiIndices.h +++ b/src/frontends/qt4/GuiIndices.h @@ -13,10 +13,10 @@ #ifndef GUIINDICES_H #define GUIINDICES_H -#include "GuiDocument.h" -#include "ui_IndicesUi.h" #include "IndicesList.h" +#include "ui_IndicesUi.h" + #include class QTreeWidgetItem; -- 2.39.2