Navigation Menu

Skip to content

Commit

Permalink
+ Remove dependency to iisTaskPanel when not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jun 30, 2015
1 parent de7c8fc commit d826ad5
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Gui/CombiView.cpp
Expand Up @@ -27,7 +27,6 @@

#include "CombiView.h"
#include "BitmapFactory.h"
#include "iisTaskPanel/include/iisTaskPanel"
#include "PropertyView.h"
#include "ProjectView.h"
#include "Application.h"
Expand Down
2 changes: 2 additions & 0 deletions src/Gui/Control.h
Expand Up @@ -32,6 +32,8 @@

#include <Gui/TaskView/TaskDialog.h>

class QTabWidget;

namespace App
{
class DocumentObject;
Expand Down
1 change: 1 addition & 0 deletions src/Gui/Qt4All.h
Expand Up @@ -108,6 +108,7 @@
#include <qradiobutton.h>
#include <QScrollArea>
#include <qscrollbar.h>
#include <QSessionManager>
#include <QSettings>
#include <QShortcut>
#include <qslider.h>
Expand Down
1 change: 0 additions & 1 deletion src/Gui/TaskView/TaskDialog.h
Expand Up @@ -30,7 +30,6 @@

#include <QDialogButtonBox>

#include <Gui/iisTaskPanel/include/iisTaskPanel>
#include <Gui/Selection.h>

namespace App {
Expand Down
1 change: 0 additions & 1 deletion src/Gui/TaskView/TaskWatcher.h
Expand Up @@ -29,7 +29,6 @@
#include <vector>
#include <QObject>

#include <Gui/iisTaskPanel/include/iisTaskPanel>
#include <Gui/Selection.h>
#include <Gui/SelectionFilter.h>

Expand Down
1 change: 1 addition & 0 deletions src/Mod/Fem/Gui/Command.cpp
Expand Up @@ -24,6 +24,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Standard_math.hxx>
# include <QApplication>
# include <QMessageBox>
#endif

Expand Down
2 changes: 2 additions & 0 deletions src/Mod/Fem/Gui/ViewProviderFemMeshShapeNetgen.cpp
Expand Up @@ -25,7 +25,9 @@

#ifndef _PreComp_
# include <Standard_math.hxx>
# include <QAction>
# include <QCoreApplication>
# include <QMenu>
#endif

#include "ViewProviderFemMeshShapeNetgen.h"
Expand Down
1 change: 1 addition & 0 deletions src/Mod/Spreadsheet/Gui/Workbench.h
Expand Up @@ -28,6 +28,7 @@
#include <Gui/Workbench.h>

class QtColorPicker;
class QColor;

namespace SpreadsheetGui {

Expand Down

0 comments on commit d826ad5

Please sign in to comment.