[Part] ViewProvider: P to T: remove unused includes

This commit is contained in:
Uwe
2022-07-31 14:55:19 +02:00
parent bf030f76aa
commit 6de14cd3a0
13 changed files with 27 additions and 127 deletions

View File

@@ -20,7 +20,6 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#include <Standard_math.hxx>
@@ -28,9 +27,10 @@
# include <Inventor/nodes/SoSeparator.h>
#endif
#include <Gui/ViewProviderBuilder.h>
#include <Mod/Part/App/PartFeature.h>
#include "ViewProviderPython.h"
using namespace PartGui;
PROPERTY_SOURCE(PartGui::ViewProviderCustom, PartGui::ViewProviderPart)