commit | cf6f46d716edfb3f33b498cc3d7b7d44a0eeee07 | [log] [tgz] |
---|---|---|
author | sprang@webrtc.org <sprang@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Fri Mar 14 16:22:18 2014 +0000 |
committer | sprang@webrtc.org <sprang@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Fri Mar 14 16:22:18 2014 +0000 |
tree | ae12e4681b6fc01ef3d780d5ef51948b44111a55 | |
parent | 4375e1acbb4462618e2a17c8377647b7feeac390 [diff] [blame] |
References to includes in third_party should be relative, not absolute. BUG= R=henrik.lundin@webrtc.org Review URL: https://webrtc-codereview.appspot.com/9989004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5704 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/audio_coding/neteq4/audio_classifier.h b/webrtc/modules/audio_coding/neteq4/audio_classifier.h index 7451d3e..e64e110 100644 --- a/webrtc/modules/audio_coding/neteq4/audio_classifier.h +++ b/webrtc/modules/audio_coding/neteq4/audio_classifier.h
@@ -14,9 +14,9 @@ #if defined(__cplusplus) extern "C" { #endif -#include "third_party/opus/src/celt/celt.h" -#include "third_party/opus/src/src/analysis.h" -#include "third_party/opus/src/src/opus_private.h" +#include "celt.h" +#include "analysis.h" +#include "opus_private.h" #if defined(__cplusplus) } #endif