[Gui] Task: remove unused includes
This commit is contained in:
@@ -23,19 +23,16 @@
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <algorithm>
|
||||
# include <boost_bind_bind.hpp>
|
||||
#endif
|
||||
#include <Base/Console.h>
|
||||
#include <Gui/Application.h>
|
||||
#include <Gui/BitmapFactory.h>
|
||||
#include <Gui/Document.h>
|
||||
#include <Gui/ViewProvider.h>
|
||||
#include <Gui/WaitCursor.h>
|
||||
|
||||
#include "ui_TaskAppearance.h"
|
||||
#include "TaskAppearance.h"
|
||||
#include <Gui/Application.h>
|
||||
#include <Gui/Document.h>
|
||||
#include <Gui/BitmapFactory.h>
|
||||
#include <Gui/ViewProvider.h>
|
||||
#include <Gui/WaitCursor.h>
|
||||
#include <Base/Console.h>
|
||||
|
||||
|
||||
using namespace Gui::TaskView;
|
||||
namespace bp = boost::placeholders;
|
||||
|
||||
@@ -24,9 +24,8 @@
|
||||
#ifndef GUI_TASKVIEW_TASKAPPERANCE_H
|
||||
#define GUI_TASKVIEW_TASKAPPERANCE_H
|
||||
|
||||
#include "TaskView.h"
|
||||
#include <Gui/Selection.h>
|
||||
#include <boost_signals2.hpp>
|
||||
#include "TaskView.h"
|
||||
|
||||
|
||||
namespace App {
|
||||
|
||||
@@ -24,13 +24,11 @@
|
||||
#ifndef GUI_TASKVIEW_TASKDIALOG_H
|
||||
#define GUI_TASKVIEW_TASKDIALOG_H
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include <QDialogButtonBox>
|
||||
|
||||
#include <Gui/Selection.h>
|
||||
|
||||
namespace App {
|
||||
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
@@ -29,18 +28,17 @@
|
||||
# include <QPointer>
|
||||
#endif
|
||||
|
||||
#include "TaskDialogPython.h"
|
||||
#include "TaskView.h"
|
||||
|
||||
#include <Base/Interpreter.h>
|
||||
#include <Gui/Application.h>
|
||||
#include <Gui/BitmapFactory.h>
|
||||
#include <Gui/Command.h>
|
||||
#include <Gui/Control.h>
|
||||
#include <Gui/UiLoader.h>
|
||||
#include <Gui/PythonWrapper.h>
|
||||
#include <Base/Interpreter.h>
|
||||
#include <Base/Console.h>
|
||||
#include <CXX/Objects.hxx>
|
||||
|
||||
#include "TaskDialogPython.h"
|
||||
#include "TaskView.h"
|
||||
|
||||
|
||||
using namespace Gui;
|
||||
using namespace Gui::TaskView;
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
#include "TaskDialog.h"
|
||||
#include "TaskWatcher.h"
|
||||
#include <CXX/Extensions.hxx>
|
||||
|
||||
|
||||
namespace Gui {
|
||||
namespace TaskView {
|
||||
|
||||
@@ -20,17 +20,14 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
#endif
|
||||
|
||||
#include "TaskEditControl.h"
|
||||
|
||||
#include <QDialogButtonBox>
|
||||
#include <QHBoxLayout>
|
||||
|
||||
#include "TaskEditControl.h"
|
||||
|
||||
|
||||
using namespace Gui::TaskView;
|
||||
|
||||
TaskEditControl::TaskEditControl(QWidget *parent)
|
||||
|
||||
@@ -20,23 +20,16 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <algorithm>
|
||||
#endif
|
||||
#include <App/DocumentObject.h>
|
||||
#include <Base/Console.h>
|
||||
#include <Gui/BitmapFactory.h>
|
||||
#include <Gui/SelectionFilter.h>
|
||||
|
||||
#include "ui_TaskSelectLinkProperty.h"
|
||||
#include "TaskSelectLinkProperty.h"
|
||||
#include <Base/Console.h>
|
||||
#include <App/DocumentObject.h>
|
||||
#include <Gui/Application.h>
|
||||
#include <Gui/Document.h>
|
||||
#include <Gui/BitmapFactory.h>
|
||||
#include <Gui/ViewProvider.h>
|
||||
#include <Gui/WaitCursor.h>
|
||||
#include <Gui/SelectionFilter.h>
|
||||
|
||||
|
||||
using namespace Gui::TaskView;
|
||||
|
||||
|
||||
@@ -20,11 +20,9 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <boost_bind_bind.hpp>
|
||||
# include <QAbstractSpinBox>
|
||||
# include <QActionEvent>
|
||||
# include <QApplication>
|
||||
@@ -35,16 +33,14 @@
|
||||
# include <QTimer>
|
||||
#endif
|
||||
|
||||
#include <Gui/ActionFunction.h>
|
||||
#include <Gui/Application.h>
|
||||
#include <Gui/Document.h>
|
||||
#include <Gui/MainWindow.h>
|
||||
|
||||
#include "TaskView.h"
|
||||
#include "TaskDialog.h"
|
||||
#include "TaskAppearance.h"
|
||||
#include "TaskEditControl.h"
|
||||
#include <Gui/Document.h>
|
||||
#include <Gui/Application.h>
|
||||
#include <Gui/ViewProvider.h>
|
||||
#include <Gui/Control.h>
|
||||
#include <Gui/ActionFunction.h>
|
||||
#include <Gui/MainWindow.h>
|
||||
|
||||
#if defined (QSINT_ACTIONPANEL)
|
||||
#include <Gui/QSint/actionpanel/taskgroup_p.h>
|
||||
@@ -52,16 +48,10 @@
|
||||
#include <Gui/QSint/actionpanel/freecadscheme.h>
|
||||
#endif
|
||||
|
||||
|
||||
using namespace Gui::TaskView;
|
||||
namespace bp = boost::placeholders;
|
||||
|
||||
//**************************************************************************
|
||||
//**************************************************************************
|
||||
// TaskContent
|
||||
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
|
||||
|
||||
|
||||
//**************************************************************************
|
||||
//**************************************************************************
|
||||
|
||||
@@ -26,10 +26,7 @@
|
||||
|
||||
#define QSINT_ACTIONPANEL
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <boost_signals2.hpp>
|
||||
#include <QScrollArea>
|
||||
|
||||
#if !defined (QSINT_ACTIONPANEL)
|
||||
@@ -40,6 +37,7 @@
|
||||
#include <Gui/Selection.h>
|
||||
#include "TaskWatcher.h"
|
||||
|
||||
|
||||
namespace App {
|
||||
class Property;
|
||||
}
|
||||
|
||||
@@ -23,19 +23,13 @@
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <QPixmap>
|
||||
#endif
|
||||
|
||||
|
||||
#include <QObject>
|
||||
#include <App/Application.h>
|
||||
#include <App/Document.h>
|
||||
#include <Gui/Application.h>
|
||||
#include <Gui/Command.h>
|
||||
#include <Gui/BitmapFactory.h>
|
||||
#include <Gui/Command.h>
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Gui/Action.h>
|
||||
|
||||
#include "TaskWatcher.h"
|
||||
|
||||
|
||||
@@ -24,17 +24,11 @@
|
||||
#ifndef GUI_TASKVIEW_TASKWATCHER_H
|
||||
#define GUI_TASKVIEW_TASKWATCHER_H
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <QObject>
|
||||
|
||||
#include <Gui/Selection.h>
|
||||
#include <Gui/SelectionFilter.h>
|
||||
|
||||
namespace App {
|
||||
|
||||
}
|
||||
|
||||
namespace Gui {
|
||||
namespace TaskView {
|
||||
|
||||
Reference in New Issue
Block a user