summaryrefslogtreecommitdiff
path: root/drivers/opus/celt/celt.h
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2015-11-27 23:58:41 +0100
committerRémi Verschelde <remi@verschelde.fr>2015-11-27 23:58:41 +0100
commita98eafe3cc838c5c4362bd2f4e8aa3280d925618 (patch)
tree6a3a0879f226c60a8e36fa7fb936e550d1f9a6d7 /drivers/opus/celt/celt.h
parented4738fbed6d08e85bbf2b60b9dcad64bd4c8753 (diff)
parent4057907cf43a7ed53b94448c8d26d56a637efb92 (diff)
Merge pull request #2930 from vnen/cleaner-opus-build
Clean up Opus build command arguments
Diffstat (limited to 'drivers/opus/celt/celt.h')
-rw-r--r--drivers/opus/celt/celt.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/opus/celt/celt.h b/drivers/opus/celt/celt.h
index 5deea1f0aa..2b7dc3fa72 100644
--- a/drivers/opus/celt/celt.h
+++ b/drivers/opus/celt/celt.h
@@ -35,12 +35,12 @@
#ifndef CELT_H
#define CELT_H
-#include "opus_types.h"
-#include "opus_defines.h"
-#include "opus_custom.h"
-#include "entenc.h"
-#include "entdec.h"
-#include "arch.h"
+#include "opus/opus_types.h"
+#include "opus/opus_defines.h"
+#include "opus/opus_custom.h"
+#include "opus/celt/entenc.h"
+#include "opus/celt/entdec.h"
+#include "opus/celt/arch.h"
#ifdef __cplusplus
extern "C" {