[Gui] Tool* etc.:remove unused includes

This commit is contained in:
Uwe
2022-03-05 18:08:13 +01:00
parent 2a2c6e5319
commit 042f0ee8c6
11 changed files with 39 additions and 39 deletions

View File

@@ -20,17 +20,13 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#endif
#include "Application.h"
#include "Document.h"
#include "TransactionObject.h"
#include "ViewProviderDocumentObject.h"
#include <App/Document.h>
using namespace Gui;