summaryrefslogtreecommitdiffstats
path: root/raul/TimeSlice.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/TimeSlice.hpp')
-rw-r--r--raul/TimeSlice.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/raul/TimeSlice.hpp b/raul/TimeSlice.hpp
index 5cc1dc2..92979b0 100644
--- a/raul/TimeSlice.hpp
+++ b/raul/TimeSlice.hpp
@@ -17,12 +17,12 @@
#ifndef RAUL_TIME_SLICE_HPP
#define RAUL_TIME_SLICE_HPP
-#include <cassert>
-#include <cmath>
-
#include "raul/Noncopyable.hpp"
#include "raul/TimeStamp.hpp"
+#include <cassert>
+#include <cmath>
+
namespace Raul {
/* FIXME: all the conversion here is wrong now */