[FEM] FemPost*: remove unused includes

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

View File

@@ -20,14 +20,10 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#endif
#include "FemPostFunction.h"
#include <Base/Console.h>
using namespace Fem;
using namespace App;