diff --git a/tests/test_opus_api.c b/tests/test_opus_api.c
index 395bfb42d5453af3ff4f44295c37e12eff624938..dbfcedfef52cf814de609891e2053de02b04d4c6 100644
--- a/tests/test_opus_api.c
+++ b/tests/test_opus_api.c
@@ -50,7 +50,7 @@
 #include <stdint.h>
 #include <string.h>
 #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 605e4f9908350f829069de5fceaa31123c295a39..503a863b89e4fda8683436d46e0d775f397dd61c 100644
--- a/tests/test_opus_decode.c
+++ b/tests/test_opus_decode.c
@@ -37,7 +37,7 @@
 #include <string.h>
 #include <time.h>
 #include <unistd.h>
-#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 1e031e77c5d7a06d3e8a22e90809966c87ad828b..ba080b4053b2b68885ce2ffef5f4c5330d3137c0 100644
--- a/tests/test_opus_encode.c
+++ b/tests/test_opus_encode.c
@@ -37,7 +37,7 @@
 #include <string.h>
 #include <time.h>
 #include <unistd.h>
-#include "../include/opus.h"
+#include "opus.h"
 #include "../src/opus_private.h"
 #include "test_opus_common.h"