X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftime%2Fdatetime.h;h=ba8049bc2aad9ad6a2b794364da2478ad25466c3;hb=fe8c3e73b5d9147d400c2b7d2e35ebfc64fc7b9d;hp=7c2a349a869a794ff1876ec3029343d38dc48963;hpb=cfc8e0b7b15ea505bd6a6a9599cbc5ce1e316963;p=libs%2Fcore.git diff --git a/source/time/datetime.h b/source/time/datetime.h index 7c2a349..ba8049b 100644 --- a/source/time/datetime.h +++ b/source/time/datetime.h @@ -10,7 +10,7 @@ Distributed under the LGPL #include #include "timezone.h" -#include "types.h" +#include "rawtime.h" namespace Msp { namespace Time { @@ -82,7 +82,6 @@ public: private: void add_raw(RawTime); void normalize(); - void validate() const; }; } // namespace Time