summaryrefslogtreecommitdiffstats
path: root/drivers/opus/celt/mathops.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/opus/celt/mathops.c')
-rw-r--r--drivers/opus/celt/mathops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/opus/celt/mathops.c b/drivers/opus/celt/mathops.c
index 49be746d8c..c72a093ed5 100644
--- a/drivers/opus/celt/mathops.c
+++ b/drivers/opus/celt/mathops.c
@@ -32,10 +32,10 @@
*/
#ifdef OPUS_HAVE_CONFIG_H
-#include "opus_config.h"
+#include "opus/opus_config.h"
#endif
-#include "mathops.h"
+#include "opus/celt/mathops.h"
/*Compute floor(sqrt(_val)) with exact arithmetic.
This has been tested on all possible 32-bit inputs.*/