mirror of
https://github.com/xiph/opus.git
synced 2025-05-29 14:49:14 +00:00
Remove relative paths to opus.h.
Files are already compiled with -I./include, the relative path in the #include line isn't necessary.
This commit is contained in:
parent
839de4d082
commit
7931a60135
3 changed files with 3 additions and 3 deletions
tests
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue