aboutsummaryrefslogtreecommitdiffstats
path: root/alc/bformatdec.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-11-27 19:18:17 -0800
committerChris Robinson <[email protected]>2020-11-27 19:18:17 -0800
commitb0919240ab73f2e340f26a913baf7524b35a4c85 (patch)
tree8a5bf22bf62fe9582af3d930c54f531c16e6b6f1 /alc/bformatdec.h
parentd86046d522f45804e28462db0c0e8e1a34a1cfe7 (diff)
Move some sources to a separate directory
To begin separating the ALC interfaces from internal ones.
Diffstat (limited to 'alc/bformatdec.h')
-rw-r--r--alc/bformatdec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/bformatdec.h b/alc/bformatdec.h
index 03249c55..280ca2fc 100644
--- a/alc/bformatdec.h
+++ b/alc/bformatdec.h
@@ -11,7 +11,7 @@
#include "almalloc.h"
#include "alspan.h"
#include "ambidefs.h"
-#include "devformat.h"
+#include "core/devformat.h"
#include "filters/splitter.h"
struct AmbDecConf;