Tidy up includes and whitespace

This commit is contained in:
Dubstar_04
2019-08-20 20:41:53 +01:00
committed by Daniel Wood
parent 3cb21f0e56
commit c2245be907
5 changed files with 0 additions and 11 deletions

View File

@@ -20,7 +20,6 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
@@ -34,10 +33,6 @@
using namespace Base;
using namespace Path;
// TOOL
TYPESYSTEM_SOURCE(Path::Tool , Base::Persistence);
// Constructors & destructors
@@ -74,7 +69,6 @@ Tool::~Tool()
}
// Reimplemented from base class
unsigned int Tool::getMemSize (void) const
{
return 0;

View File

@@ -20,7 +20,6 @@
* *
***************************************************************************/
#ifndef PATH_TOOL_H
#define PATH_TOOL_H

View File

@@ -29,8 +29,6 @@
// inclusion of the generated files (generated out of ToolPy.xml and TooltablePy.xml)
#include "ToolPy.h"
#include "ToolPy.cpp"
//#include "TooltablePy.h"
//#include "TooltablePy.cpp"
using namespace Path;

View File

@@ -31,7 +31,6 @@
#include <Base/Exception.h>
#include "Tooltable.h"
using namespace Base;
using namespace Path;

View File

@@ -28,7 +28,6 @@
// inclusion of the generated files (generated out of ToolPy.xml and TooltablePy.xml)
#include "ToolPy.h"
//#include "ToolPy.cpp"
#include "TooltablePy.h"
#include "TooltablePy.cpp"