rearrange headers to avoid warning

This commit is contained in:
wmayer 2016-12-30 13:31:08 +01:00
parent 3377b42642
commit b2767f7197
2 changed files with 6 additions and 6 deletions

View File

@ -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>

View File

@ -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_