[JtReader] remove unused includes

- also sort some headers out to PreCompiled.h
This commit is contained in:
Uwe
2022-03-21 18:16:56 +01:00
parent 30cde82d30
commit 55dc4f33a7
6 changed files with 22 additions and 32 deletions

View File

@@ -20,20 +20,13 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#endif
#include <Base/Console.h>
#include "FcLodHandler.h"
void FcLodHandler::startLod()
{
Base::Console().Log("FcLodHandler::startLod()");