[FEM] FemResult* to end: remove unused includes

- also sort includes
This commit is contained in:
Uwe
2022-10-03 03:42:22 +02:00
parent 447cc015f0
commit 1705e8b9d0
12 changed files with 67 additions and 110 deletions

View File

@@ -20,14 +20,12 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#endif
#include <App/DocumentObjectPy.h>
#include "FemSetElementsObject.h"
#include <App/DocumentObjectPy.h>
using namespace Fem;
using namespace App;