App/Gui: move template classes (ViewProvider)ExtensionPythonT to their own header files
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
#ifndef PARTATTACHABLEOBJECT_H
|
||||
#define PARTATTACHABLEOBJECT_H
|
||||
|
||||
#include <App/ExtensionPython.h>
|
||||
#include <App/PropertyStandard.h>
|
||||
#include <App/PropertyLinks.h>
|
||||
#include <App/GeoFeature.h>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#define GUI_VIEWPROVIDERATTACHEXTENSION_H
|
||||
|
||||
#include <App/Extension.h>
|
||||
#include <Gui/ViewProviderExtension.h>
|
||||
#include <Gui/ViewProviderExtensionPython.h>
|
||||
|
||||
namespace PartGui
|
||||
{
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#define PARTGUI_VIEWPROVIDERPARTSPLINE_H
|
||||
|
||||
#include <Mod/Part/Gui/ViewProviderExt.h>
|
||||
#include <Gui/ViewProviderExtension.h>
|
||||
#include <Gui/ViewProviderExtensionPython.h>
|
||||
|
||||
namespace PartGui
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user