summaryrefslogtreecommitdiffstats
path: root/raul/TimeStamp.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-09-16 21:09:11 +0200
committerDavid Robillard <d@drobilla.net>2018-09-16 21:12:33 +0200
commitd6744d73957bb23a57a5d2c1f207eb239d1a6d0d (patch)
tree0d96084528407848f4c13f37729b8590d02d587d /raul/TimeStamp.hpp
parentc36cd340ac0037ff75c9c287cf4c82e2f58beb2f (diff)
downloadraul-d6744d73957bb23a57a5d2c1f207eb239d1a6d0d.tar.gz
raul-d6744d73957bb23a57a5d2c1f207eb239d1a6d0d.tar.bz2
raul-d6744d73957bb23a57a5d2c1f207eb239d1a6d0d.zip
Clean up includes
Diffstat (limited to 'raul/TimeStamp.hpp')
-rw-r--r--raul/TimeStamp.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/raul/TimeStamp.hpp b/raul/TimeStamp.hpp
index ef0df5d..dbbc163 100644
--- a/raul/TimeStamp.hpp
+++ b/raul/TimeStamp.hpp
@@ -17,10 +17,9 @@
#ifndef RAUL_TIME_STAMP_HPP
#define RAUL_TIME_STAMP_HPP
-#include <math.h>
-#include <stdint.h>
-
#include <cassert>
+#include <cmath>
+#include <cstdint>
#include <iostream>
#include <limits>