Moves the main headers from src/ to include/

This commit is contained in:
Jean-Marc Valin 2011-10-26 21:36:57 -04:00
parent 82c985932f
commit 4923f3f80e
16 changed files with 26 additions and 24 deletions

View file

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