Delete voice_engine_configurations.h

The file was aldready pruned down to the point where it only included
webrtc/typedefs.h. Therefore, all includes of
voice_engine_configurations.h are replaced with typedefs.h, except on
two occasions where it was obvously not needed.

BUG=webrtc:6506

Review-Url: https://codereview.webrtc.org/2553583002
Cr-Commit-Position: refs/heads/master@{#15547}
This commit is contained in:
henrik.lundin
2016-12-12 05:03:02 -08:00
committed by Commit bot
parent ba7e71b53a
commit a9a6d4bc2c
31 changed files with 19 additions and 50 deletions

View File

@ -23,7 +23,7 @@
#include "webrtc/system_wrappers/include/rw_lock_wrapper.h"
// TODO(tlegrand): Consider removing usage of gtest.
#include "webrtc/test/gtest.h"
#include "webrtc/voice_engine_configurations.h"
#include "webrtc/typedefs.h"
namespace webrtc {