aboutsummaryrefslogtreecommitdiffstats
path: root/al
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-12-04 09:42:13 -0800
committerChris Robinson <[email protected]>2020-12-04 11:15:50 -0800
commit69d55d7e03996484cc899de1e21172a7a4532d6b (patch)
treedf23284a2f4d6d01cc2c9cf8c4fb26f62652ad24 /al
parent84d47f7d4c2d1355a6eb914dd091b39683f83c15 (diff)
Move the filters to core
Diffstat (limited to 'al')
-rw-r--r--al/source.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/al/source.cpp b/al/source.cpp
index 1af39da2..5dcd1cca 100644
--- a/al/source.cpp
+++ b/al/source.cpp
@@ -59,10 +59,10 @@
#include "backends/base.h"
#include "bformatdec.h"
#include "buffer.h"
+#include "core/filters/nfc.h"
+#include "core/filters/splitter.h"
#include "event.h"
#include "filter.h"
-#include "filters/nfc.h"
-#include "filters/splitter.h"
#include "inprogext.h"
#include "logging.h"
#include "math_defs.h"