aboutsummaryrefslogtreecommitdiffstats
path: root/al/source.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2021-04-27 16:04:54 -0700
committerChris Robinson <[email protected]>2021-04-27 16:04:54 -0700
commit061148072f6bbcda20d57a4512e414c833129479 (patch)
tree5bf9c8897eec173cb2846924711f2d79f07fbeff /al/source.cpp
parent2571d9bbc4112fb5d330dee38c8c4040c2ade763 (diff)
Update include headers
Don't add alc/ to the include paths.
Diffstat (limited to 'al/source.cpp')
-rw-r--r--al/source.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/al/source.cpp b/al/source.cpp
index ca234a05..25d84f9f 100644
--- a/al/source.cpp
+++ b/al/source.cpp
@@ -46,16 +46,17 @@
#include "AL/efx.h"
#include "albit.h"
-#include "alcmain.h"
-#include "alcontext.h"
+#include "alc/alcmain.h"
+#include "alc/alcontext.h"
+#include "alc/alu.h"
+#include "alc/backends/base.h"
+#include "alc/inprogext.h"
#include "almalloc.h"
#include "alnumeric.h"
#include "aloptional.h"
#include "alspan.h"
-#include "alu.h"
#include "atomic.h"
#include "auxeffectslot.h"
-#include "backends/base.h"
#include "buffer.h"
#include "core/ambidefs.h"
#include "core/bformatdec.h"
@@ -66,7 +67,6 @@
#include "core/voice_change.h"
#include "event.h"
#include "filter.h"
-#include "inprogext.h"
#include "math_defs.h"
#include "opthelpers.h"
#include "ringbuffer.h"