[FEM] FemPost*: remove unused includes

- also sort includes
This commit is contained in:
Uwe
2022-10-03 03:15:04 +02:00
parent 4f882c0c64
commit 4fd3612c1c
6 changed files with 20 additions and 35 deletions

View File

@@ -20,17 +20,14 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#include <Python.h>
#endif
#include "FemPostPipeline.h"
#include <Base/FileInfo.h>
#include <Mod/Fem/App/FemPostPipelinePy.h>
#include <Mod/Fem/App/FemPostPipelinePy.cpp>
#include "FemPostPipeline.h"
#include "FemPostPipelinePy.h"
#include "FemPostPipelinePy.cpp"
using namespace Fem;