[Base] Parameter and Matrix: remove unused includes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user