[Gui] So headers: remove unused includes
- also sort out some headers to be used in precompiled headers - also move a boost header to precompiled headers
This commit is contained in:
@@ -20,12 +20,15 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#include <Inventor/elements/SoOverrideElement.h>
|
||||
#ifndef _PreComp_
|
||||
# include <Inventor/elements/SoOverrideElement.h>
|
||||
#endif
|
||||
|
||||
#include "SoFCInteractiveElement.h"
|
||||
|
||||
|
||||
using namespace Gui;
|
||||
|
||||
SO_ELEMENT_SOURCE(SoFCInteractiveElement)
|
||||
|
||||
Reference in New Issue
Block a user