[Gui] So headers: remove some unused includes

- also sort out some headers for precompiled headers
This commit is contained in:
Uwe
2022-03-13 02:04:59 +01:00
parent a55ee61840
commit 66dd0f62a5
17 changed files with 118 additions and 102 deletions

View File

@@ -20,7 +20,6 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
@@ -41,6 +40,7 @@
#include "MDIView.h"
#include "ViewProvider.h"
using namespace Gui;
SO_NODE_SOURCE(SoFCColorGradient)