diff options
Diffstat (limited to 'drivers/opus/celt/entcode.c')
-rw-r--r-- | drivers/opus/celt/entcode.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/opus/celt/entcode.c b/drivers/opus/celt/entcode.c index fd817a9db5..e8e30f32c8 100644 --- a/drivers/opus/celt/entcode.c +++ b/drivers/opus/celt/entcode.c @@ -26,11 +26,11 @@ */ #ifdef OPUS_HAVE_CONFIG_H -#include "opus_config.h" +#include "opus/opus_config.h" #endif -#include "entcode.h" -#include "arch.h" +#include "opus/celt/entcode.h" +#include "opus/celt/arch.h" #if !defined(EC_CLZ) /*This is a fallback for systems where we don't know how to access |