summaryrefslogtreecommitdiffstats
path: root/drivers/opus/opusfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/opus/opusfile.c')
-rw-r--r--drivers/opus/opusfile.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/opus/opusfile.c b/drivers/opus/opusfile.c
index 1e7497f6cd..7b97a6009c 100644
--- a/drivers/opus/opusfile.c
+++ b/drivers/opus/opusfile.c
@@ -15,10 +15,10 @@
********************************************************************/
#ifdef OPUS_HAVE_CONFIG_H
-#include "opus_config.h"
+#include "opus/opus_config.h"
#endif
-#include "internal.h"
+#include "opus/internal.h"
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
@@ -26,7 +26,7 @@
#include <string.h>
#include <math.h>
-#include "opusfile.h"
+#include "opus/opusfile.h"
/*This implementation is largely based off of libvorbisfile.
All of the Ogg bits work roughly the same, though I have made some