rearrange headers to avoid warning
This commit is contained in:
parent
3377b42642
commit
b2767f7197
|
@ -24,6 +24,11 @@
|
|||
#include "PreCompiled.h"
|
||||
#include <stdexcept>
|
||||
|
||||
#include <Base/VectorPy.h>
|
||||
#include <Base/MatrixPy.h>
|
||||
#include <Base/PlacementPy.h>
|
||||
#include <Base/QuantityPy.h>
|
||||
|
||||
#include <SMESH_Gen.hxx>
|
||||
#include <SMESH_Group.hxx>
|
||||
#include <SMESH_Mesh.hxx>
|
||||
|
@ -36,11 +41,6 @@
|
|||
#include <TopoDS_Face.hxx>
|
||||
#include <TopoDS.hxx>
|
||||
|
||||
#include <Base/VectorPy.h>
|
||||
#include <Base/MatrixPy.h>
|
||||
#include <Base/PlacementPy.h>
|
||||
#include <Base/QuantityPy.h>
|
||||
|
||||
#include <Mod/Part/App/TopoShapePy.h>
|
||||
#include <Mod/Part/App/TopoShapeSolidPy.h>
|
||||
#include <Mod/Part/App/TopoShapeFacePy.h>
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#include "PropertyPostDataObject.h"
|
||||
#include <Base/FileInfo.h>
|
||||
#include <Base/Console.h>
|
||||
#include <Base/Writer.h>
|
||||
|
@ -43,6 +42,7 @@
|
|||
#include <vtkXMLUnstructuredGridReader.h>
|
||||
#include <vtkXMLRectilinearGridReader.h>
|
||||
#include <vtkXMLImageDataReader.h>
|
||||
#include "PropertyPostDataObject.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user