[Gui] ViewProviderLink etc.: remove unused includes

- also put headers to PreCompiled.h
This commit is contained in:
Uwe
2022-03-06 01:11:42 +01:00
parent e0e7bc7072
commit a65c88d3c5
9 changed files with 32 additions and 41 deletions

View File

@@ -20,7 +20,6 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
@@ -31,13 +30,12 @@
# include <QFile>
#endif
#include "ViewProviderInventorObject.h"
#include <Gui/SoFCSelection.h>
#include <App/InventorObject.h>
#include <App/Document.h>
#include <Base/FileInfo.h>
#include <Base/Stream.h>
#include <sstream>
#include <App/InventorObject.h>
#include "ViewProviderInventorObject.h"
#include "SoFCSelection.h"
using namespace Gui;