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:
Ralph Giles 2011-10-28 11:29:41 -07:00
parent 839de4d082
commit 7931a60135
3 changed files with 3 additions and 3 deletions

View file

@ -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"