From 71d8fa55ab671ae152c420738b2d9d49f8f1106d Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 5 Mar 2024 21:04:20 +0100 Subject: clean up timer & nanosecond includes --- src/timer-ns.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/timer-ns.cpp') 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 @@ -6,8 +6,6 @@ namespace floormat { - - Debug& operator<<(Debug& dbg, const Ns& val) { const char* unit; -- cgit v1.2.3