[Base] Remove includes to StdStlTools.h as that's not needed anymore

std::make_unique was introduced in c++14, so no need to use the back
ported version
This commit is contained in:
Benjamin Nauck
2021-03-05 20:57:55 +01:00
committed by wwmayer
parent cf8d37b18d
commit 8a2cfc268e
4 changed files with 1 additions and 5 deletions

View File

@@ -27,8 +27,6 @@
# include <memory>
#endif
#include <Base/StdStlTools.h>
#include <Mod/Sketcher/App/SketchObject.h>
#include <Mod/Part/App/LinePy.h>
#include <Mod/Part/App/Geometry.h>