Tidy up includes and whitespace
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef PATH_TOOL_H
|
||||
#define PATH_TOOL_H
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
#include <Base/Exception.h>
|
||||
#include "Tooltable.h"
|
||||
|
||||
|
||||
using namespace Base;
|
||||
using namespace Path;
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user