[Base] Parameter and Matrix: remove unused includes

This commit is contained in:
Uwe
2022-03-01 02:29:35 +01:00
parent 6ad885fdd3
commit 7bb7efc55f
8 changed files with 12 additions and 53 deletions

View File

@@ -41,18 +41,16 @@
#ifndef _PreComp_
# ifdef _MSC_VER
# include <cstdio>
# include <time.h>
# include <Windows.h>
# include <crtdbg.h>
# endif
#endif
/// Here the FreeCAD includes sorted by Base,App,Gui......
#include "MemDebug.h"
#include <stdexcept>
using namespace Base;
#if defined(_MSC_VER)