aboutsummaryrefslogtreecommitdiff
path: root/src/rt/sync/spin_lock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/sync/spin_lock.cpp')
-rw-r--r--src/rt/sync/spin_lock.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/rt/sync/spin_lock.cpp b/src/rt/sync/spin_lock.cpp
index 11a5cb20..4a113d1a 100644
--- a/src/rt/sync/spin_lock.cpp
+++ b/src/rt/sync/spin_lock.cpp
@@ -1,9 +1,10 @@
+#include "../globals.h"
+#include "spin_lock.h"
+
/*
* Your average spin lock.
*/
-#include "globals.h"
-
// #define TRACE
spin_lock::spin_lock() {