diff --git a/tests/test_opus_api.c b/tests/test_opus_api.c index 395bfb42..dbfcedfe 100644 --- a/tests/test_opus_api.c +++ b/tests/test_opus_api.c @@ -50,7 +50,7 @@ #include #include #include "arch.h" -#include "../include/opus.h" +#include "opus.h" #include "test_opus_common.h" #ifdef VALGRIND diff --git a/tests/test_opus_decode.c b/tests/test_opus_decode.c index 605e4f99..503a863b 100644 --- a/tests/test_opus_decode.c +++ b/tests/test_opus_decode.c @@ -37,7 +37,7 @@ #include #include #include -#include "../include/opus.h" +#include "opus.h" #include "test_opus_common.h" #define MAX_PACKET (1500) diff --git a/tests/test_opus_encode.c b/tests/test_opus_encode.c index 1e031e77..ba080b40 100644 --- a/tests/test_opus_encode.c +++ b/tests/test_opus_encode.c @@ -37,7 +37,7 @@ #include #include #include -#include "../include/opus.h" +#include "opus.h" #include "../src/opus_private.h" #include "test_opus_common.h"