aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-03-22 07:15:19 -0700
committerChris Robinson <[email protected]>2018-03-22 07:17:48 -0700
commit8e976a92f7e23504275fb9d1d5d55df215c7d47d (patch)
treed9b825d607e65c30be79fed3385b5139be2c489e /OpenAL32/Include
parent7a23330ffe34c0d04f882fdb45f68733ba49659d (diff)
Move NFC filters to the filter directory
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h
index 341b3760..6113c256 100644
--- a/OpenAL32/Include/alu.h
+++ b/OpenAL32/Include/alu.h
@@ -15,9 +15,9 @@
#include "hrtf.h"
#include "align.h"
-#include "nfcfilter.h"
#include "math_defs.h"
#include "filters/defs.h"
+#include "filters/nfc.h"
#define MAX_PITCH (255)