[Path] P-End: remove unused includes

- also some sorting
This commit is contained in:
Uwe
2022-12-04 17:32:32 +01:00
parent 1a4babd936
commit 134d2e00b1
15 changed files with 30 additions and 69 deletions

View File

@@ -20,26 +20,20 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <sstream>
#endif
#include <App/DocumentObject.h>
#include <App/PropertyContainer.h>
#include <Base/Console.h>
#include <Base/Writer.h>
#include <Base/Reader.h>
#include <Base/Exception.h>
#include <Base/FileInfo.h>
#include <Base/Stream.h>
#include <Base/Writer.h>
#include "PropertyPath.h"
#include "PathPy.h"
using namespace Path;
TYPESYSTEM_SOURCE(Path::PropertyPath, App::Property)