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;