summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2011-10-26 21:36:57 -0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2011-10-26 21:36:57 -0400
commit4923f3f80ecd77e8f3c549a7fca31c4fd83c9c4d (patch)
treecaeeda32c95b8f69d2ab1c625aacd6fe360fedc5 /tests
parent82c985932fc9d64b84e1d6afe8f76f433ed1d21b (diff)
downloadopus-4923f3f80ecd77e8f3c549a7fca31c4fd83c9c4d.tar.gz
Moves the main headers from src/ to include/
Diffstat (limited to 'tests')
-rw-r--r--tests/test_opus_api.c2
-rw-r--r--tests/test_opus_decode.c2
-rw-r--r--tests/test_opus_encode.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_opus_api.c b/tests/test_opus_api.c
index 60ae2960..e4afd584 100644
--- a/tests/test_opus_api.c
+++ b/tests/test_opus_api.c
@@ -49,7 +49,7 @@
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
-#include "../src/opus.h"
+#include "../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 ac521a22..605e4f99 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 "../src/opus.h"
+#include "../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 4ec536fe..7bdb89da 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 "../src/opus.h"
+#include "../include/opus.h"
#include "../src/opus_private.h"
#include "test_opus_common.h"