Using fully qualified #include paths in pcm16b code.
WebRTC internal code should always use include paths that start from the root of the project and that clearly identify the header file. This allows 'gn check' to actually keep dependencies under control because 'gn check' cannot enforce anything if the include path is not fully qualified (starting from the root of the project). Bug: webrtc:8815 Change-Id: I8a7ab64dfecdb3da4099fdec61e5fc27af4f8ccc Reviewed-on: https://webrtc-review.googlesource.com/47380 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21874}
This commit is contained in:
committed by
Commit Bot
parent
8e2852d506
commit
7272453558
@ -8,7 +8,7 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#include "pcm16b.h"
|
||||
#include "modules/audio_coding/codecs/pcm16b/pcm16b.h"
|
||||
|
||||
#include "typedefs.h" // NOLINT(build/include)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user