aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_coding/codecs/opus/opus_interface.c
diff options
context:
space:
mode:
authorkjellander@webrtc.org <kjellander@webrtc.org>2015-11-18 23:07:57 +0100
committerkjellander@webrtc.org <kjellander@webrtc.org>2015-11-18 22:08:46 +0000
commit3c652b67468d182bd36aee4c31557621be50cc92 (patch)
treeae81fa7e63a929c004ec71cfcaca0b7a59b83611 /webrtc/modules/audio_coding/codecs/opus/opus_interface.c
parentb7ce96470b99510937e489bcb4dc3165a9ab1b28 (diff)
downloadwebrtc-3c652b67468d182bd36aee4c31557621be50cc92.tar.gz
modules/audio_coding: Remove some codec include dirs
Also clean up some include_dir entries and update the few references to them with absolute include paths instead. Finally fixed a few lint errors and invalid header guards. None of these are used downstream. BUG=webrtc:5095 TESTED=git cl try -c --bot=android_compile_rel --bot=linux_compile_rel --bot=win_compile_rel --bot=mac_compile_rel --bot=ios_rel --bot=linux_gn_rel --bot=win_x64_gn_rel --bot=mac_x64_gn_rel --bot=android_gn_rel -m tryserver.webrtc R=kwiberg@webrtc.org Review URL: https://codereview.webrtc.org/1438663003 . Cr-Commit-Position: refs/heads/master@{#10700}
Diffstat (limited to 'webrtc/modules/audio_coding/codecs/opus/opus_interface.c')
-rw-r--r--webrtc/modules/audio_coding/codecs/opus/opus_interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/webrtc/modules/audio_coding/codecs/opus/opus_interface.c b/webrtc/modules/audio_coding/codecs/opus/opus_interface.c
index 9eee89f132..e8cdd642de 100644
--- a/webrtc/modules/audio_coding/codecs/opus/opus_interface.c
+++ b/webrtc/modules/audio_coding/codecs/opus/opus_interface.c
@@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/modules/audio_coding/codecs/opus/include/opus_interface.h"
+#include "webrtc/modules/audio_coding/codecs/opus/opus_interface.h"
#include "webrtc/modules/audio_coding/codecs/opus/opus_inst.h"
#include <assert.h>