[Spread] Gui: remove unused includes

- also sort includes
This commit is contained in:
Uwe
2022-10-10 01:04:07 +02:00
parent 3988c6a627
commit 2dd9f90f57
20 changed files with 141 additions and 154 deletions

View File

@@ -21,17 +21,20 @@
****************************************************************************/
#include "PreCompiled.h"
#include <boost/algorithm/string.hpp>
#include <QMessageBox>
#include "DlgBindSheet.h"
#include <Base/Tools.h>
#include <App/Range.h>
#include <App/Document.h>
#include <App/Application.h>
#include <App/Document.h>
#include <App/ExpressionParser.h>
#include <App/Range.h>
#include <Gui/CommandT.h>
#include "DlgBindSheet.h"
#include "ui_DlgBindSheet.h"
using namespace App;
using namespace Spreadsheet;
using namespace SpreadsheetGui;