aboutsummaryrefslogtreecommitdiffstats
path: root/al/source.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2021-04-27 18:31:20 -0700
committerChris Robinson <[email protected]>2021-04-27 19:04:45 -0700
commite3c0b60cc6cd5c0c0ff8e5dd672c947db3aeeeef (patch)
tree1c8d49d0239db6755c7019aaae141a7a115e58e7 /al/source.h
parent3d8e7051075927543eb6f330d6c1ca07d3690a7a (diff)
Rename alcontext.h and move some functions to context.cpp
Diffstat (limited to 'al/source.h')
-rw-r--r--al/source.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/al/source.h b/al/source.h
index dd3f56a7..4d1f66dc 100644
--- a/al/source.h
+++ b/al/source.h
@@ -11,8 +11,8 @@
#include "AL/al.h"
#include "AL/alc.h"
-#include "alc/alcontext.h"
#include "alc/alu.h"
+#include "alc/context.h"
#include "aldeque.h"
#include "almalloc.h"
#include "alnumeric.h"