diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-05 21:04:20 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-05 21:56:56 +0100 |
commit | 71d8fa55ab671ae152c420738b2d9d49f8f1106d (patch) | |
tree | a4ad0eb37840245622b99ee49c1d555ccb238b02 /src/point.inl | |
parent | a56a8cc899dc90701f1690051da4e4318e95566c (diff) |
clean up timer & nanosecond includes
Diffstat (limited to 'src/point.inl')
-rw-r--r-- | src/point.inl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/point.inl b/src/point.inl index 4fd4bb07..62abbde1 100644 --- a/src/point.inl +++ b/src/point.inl @@ -1,6 +1,6 @@ #pragma once -#include "src/tile-constants.hpp" #include "point.hpp" +#include "src/tile-constants.hpp" #include <mg/Functions.h> namespace floormat { |