summaryrefslogtreecommitdiffhomepage
path: root/src/timer-ns.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-03-05 21:04:20 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-03-05 21:56:56 +0100
commit71d8fa55ab671ae152c420738b2d9d49f8f1106d (patch)
treea4ad0eb37840245622b99ee49c1d555ccb238b02 /src/timer-ns.cpp
parenta56a8cc899dc90701f1690051da4e4318e95566c (diff)
clean up timer & nanosecond includes
Diffstat (limited to 'src/timer-ns.cpp')
-rw-r--r--src/timer-ns.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/timer-ns.cpp b/src/timer-ns.cpp
index 1f927f14..575a0c76 100644
--- a/src/timer-ns.cpp
+++ b/src/timer-ns.cpp
@@ -1,4 +1,4 @@
-#include "timer.hpp"
+#include "nanosecond.inl"
#include "compat/assert.hpp"
#include "compat/debug.hpp"
#include <cr/Debug.h>
@@ -6,8 +6,6 @@
namespace floormat {
-
-
Debug& operator<<(Debug& dbg, const Ns& val)
{
const char* unit;