#endif
#include <msp/time/rawtime_private.h>
#include <msp/time/timestamp.h>
-#include <msp/time/units.h>
#include <msp/time/utils.h>
#include "mutex_private.h"
#include "semaphore.h"
#include <msp/core/maputils.h>
-#include <msp/time/units.h>
#include "profiler.h"
#include "profilingscope.h"
-#include <msp/time/units.h>
#include "base.h"
#include "eventdispatcher.h"
#include "eventobject.h"
#include <sigc++/connection.h>
#include <sigc++/trackable.h>
+#include <msp/time/timedelta.h>
#include "poll.h"
namespace Msp {
#endif
#include <msp/core/systemerror.h>
#include <msp/strings/format.h>
-#include <msp/time/units.h>
#include "eventobject.h"
#include "handle.h"
#include "handle_private.h"
#include <msp/strings/format.h>
#include "datetime.h"
#include "timestamp.h"
-#include "units.h"
using namespace std;
#include <msp/strings/format.h>
#include "timedelta.h"
-#include "units.h"
using namespace std;
TimeDelta(): usec(0) { }
/** Constructs a TimeDelta from a plain number. The purpose of this is to
- allow serialization together with the raw() function. For creating
- TimeDeltas with a specific length, see units.h. */
+ allow serialization together with the raw() function. */
explicit TimeDelta(RawTime u): usec(u) { }
/** Returns the raw number stored inside the TimeDelta. This should only be used
#include <msp/core/systemerror.h>
#include "timestamp.h"
#include "timezone.h"
-#include "units.h"
#include "utils.h"
using namespace std;
#include "rawtime_private.h"
#include "timedelta.h"
#include "timestamp.h"
-#include "units.h"
#include "utils.h"
using namespace std;