aboutsummaryrefslogtreecommitdiffstats
path: root/core/context.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2023-06-01 18:16:17 -0700
committerChris Robinson <[email protected]>2023-06-01 18:16:17 -0700
commit2b7ab0b75086f3d73a7ffe9bc05a80e5d9c625f5 (patch)
tree49c532388826c07d21b0a7b9d206d5356095228c /core/context.h
parentc200eb73a7cf47dbd1a4a3785be471adfb3513d8 (diff)
Rename threads.cpp/h to alsem.cpp/h
Diffstat (limited to 'core/context.h')
-rw-r--r--core/context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/context.h b/core/context.h
index 629e67a5..ccb7dd3b 100644
--- a/core/context.h
+++ b/core/context.h
@@ -10,11 +10,11 @@
#include <vector>
#include "almalloc.h"
+#include "alsem.h"
#include "alspan.h"
#include "async_event.h"
#include "atomic.h"
#include "opthelpers.h"
-#include "threads.h"
#include "vecmat.h"
struct DeviceBase;