[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,23 +20,17 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#endif
#include "ViewProviderRuledSurface.h"
#include <Gui/Application.h>
#include <Mod/Part/App/PartFeatures.h>
#include <Gui/Application.h>
#include <Base/Parameter.h>
#include "ViewProviderRuledSurface.h"
using namespace PartGui;
using namespace std;
//**************************************************************************
// Construction/Destruction