X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ftime%2Fdatetime.h;h=b786798707ab4db60c61b06263499ff7080f1b9b;hp=7c2a349a869a794ff1876ec3029343d38dc48963;hb=967785734be5c3fc6f75da122c2d93ebbb338271;hpb=cfc8e0b7b15ea505bd6a6a9599cbc5ce1e316963 diff --git a/source/time/datetime.h b/source/time/datetime.h index 7c2a349..b786798 100644 --- a/source/time/datetime.h +++ b/source/time/datetime.h @@ -1,16 +1,9 @@ -/* $Id$ - -This file is part of libmspcore -Copyright © 2006 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_TIME_DATETIME_H_ #define MSP_TIME_DATETIME_H_ #include #include "timezone.h" -#include "types.h" +#include "rawtime.h" namespace Msp { namespace Time { @@ -82,7 +75,6 @@ public: private: void add_raw(RawTime); void normalize(); - void validate() const; }; } // namespace Time