[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,20 +20,20 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <qglobal.h>
|
||||
# include <iomanip>
|
||||
# include <ios>
|
||||
# include <Inventor/SbBSPTree.h>
|
||||
#endif
|
||||
#include <Inventor/SbBasic.h>
|
||||
#include <Inventor/SbBSPTree.h>
|
||||
|
||||
#include <qglobal.h>
|
||||
#include <Base/FileInfo.h>
|
||||
#include <Base/Console.h>
|
||||
|
||||
#include "SoFCVectorizeSVGAction.h"
|
||||
|
||||
|
||||
using namespace Gui;
|
||||
|
||||
class SoVectorizeItem {
|
||||
|
||||
Reference in New Issue
Block a user