[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,11 +20,19 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#ifdef FC_OS_MACOSX
#include <OpenGL/gl.h>
#else
#include <GL/gl.h>
#endif
#endif
#include "SoFCBackgroundGradient.h"
using namespace Gui;
SO_NODE_SOURCE(SoFCBackgroundGradient)