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;