[Gui] DlgWorkbenches etc.: remove unused includes and sort headers
This commit is contained in:
@@ -20,11 +20,10 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#ifndef _PreComp_
|
||||
# include <QInputDialog>
|
||||
# include <QHeaderView>
|
||||
# include <QInputDialog>
|
||||
# include <QMenu>
|
||||
# include <QMessageBox>
|
||||
# include <QToolBar>
|
||||
@@ -36,12 +35,13 @@
|
||||
#include "Application.h"
|
||||
#include "BitmapFactory.h"
|
||||
#include "Command.h"
|
||||
#include "ToolBarManager.h"
|
||||
#include "MainWindow.h"
|
||||
#include "ToolBarManager.h"
|
||||
#include "Widgets.h"
|
||||
#include "Workbench.h"
|
||||
#include "WorkbenchManager.h"
|
||||
|
||||
|
||||
using namespace Gui::Dialog;
|
||||
|
||||
namespace Gui { namespace Dialog {
|
||||
|
||||
@@ -20,10 +20,11 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
#include <QCoreApplication>
|
||||
#include <QAction>
|
||||
#include <QList>
|
||||
#endif
|
||||
|
||||
#include "DlgUndoRedo.h"
|
||||
@@ -31,6 +32,7 @@
|
||||
#include "MainWindow.h"
|
||||
#include "MDIView.h"
|
||||
|
||||
|
||||
using namespace Gui::Dialog;
|
||||
|
||||
/* TRANSLATOR Gui::Dialog::UndoRedoDialog */
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
|
||||
// Based on DlgToolbars.cpp
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <QDebug>
|
||||
# include <QInputDialog>
|
||||
@@ -33,14 +33,9 @@
|
||||
#include "DlgWorkbenchesImp.h"
|
||||
#include "ui_DlgWorkbenches.h"
|
||||
#include "Application.h"
|
||||
#include "BitmapFactory.h"
|
||||
#include "Command.h"
|
||||
#include "MainWindow.h"
|
||||
#include "Widgets.h"
|
||||
#include "Workbench.h"
|
||||
#include "WorkbenchManager.h"
|
||||
#include "QListWidgetCustom.h"
|
||||
|
||||
|
||||
using namespace Gui::Dialog;
|
||||
|
||||
const QString DlgWorkbenchesImp::all_workbenches = QString::fromLatin1("ALL");
|
||||
|
||||
Reference in New Issue
Block a user