[PD] Datums: remove unused includes

This commit is contained in:
Uwe
2022-02-19 19:32:00 +01:00
parent b7e7c52ecb
commit c1fbf28e22
11 changed files with 26 additions and 95 deletions

View File

@@ -30,11 +30,11 @@
# include <Inventor/nodes/SoVertexProperty.h>
#endif
#include "ViewProviderDatumPoint.h"
// #include <Mod/Part/Gui/SoBrepPointSet.h>
#include <Mod/PartDesign/App/DatumPoint.h>
#include <Gui/Inventor/MarkerBitmaps.h>
#include <App/Application.h>
#include <Gui/Inventor/MarkerBitmaps.h>
#include <Mod/PartDesign/App/DatumPoint.h>
#include "ViewProviderDatumPoint.h"
using namespace PartDesignGui;