X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftime%2Fdatetime.h;h=b786798707ab4db60c61b06263499ff7080f1b9b;hb=d3fc0bf0f20f100f2831188c1ce21461d21c2c7a;hp=7c2a349a869a794ff1876ec3029343d38dc48963;hpb=cfc8e0b7b15ea505bd6a6a9599cbc5ce1e316963;p=libs%2Fcore.git 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