[TD]remove precompiled from *.h

This commit is contained in:
Wanderer Fan
2022-08-13 14:21:16 -04:00
committed by WandererFan
parent 71758ecf9b
commit fdfc73fe93
61 changed files with 128 additions and 197 deletions

View File

@@ -21,6 +21,10 @@
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#endif
#include <App/Application.h>
#include <Base/Console.h>
#include <Base/Parameter.h>