| Index: webrtc/modules/audio_coding/acm2/acm_codec_database.h
|
| diff --git a/webrtc/modules/audio_coding/acm2/acm_codec_database.h b/webrtc/modules/audio_coding/acm2/acm_codec_database.h
|
| index 6c2db9cfc824076f7cd12447b3aafc4edcbd0dd8..98569dd7bc8e52722e1ee70773af2562e1089618 100644
|
| --- a/webrtc/modules/audio_coding/acm2/acm_codec_database.h
|
| +++ b/webrtc/modules/audio_coding/acm2/acm_codec_database.h
|
| @@ -17,9 +17,9 @@
|
| #define WEBRTC_MODULES_AUDIO_CODING_ACM2_ACM_CODEC_DATABASE_H_
|
|
|
| #include "webrtc/common_types.h"
|
| -#include "webrtc/engine_configurations.h"
|
| #include "webrtc/modules/audio_coding/acm2/rent_a_codec.h"
|
| #include "webrtc/modules/audio_coding/neteq/include/neteq.h"
|
| +#include "webrtc/voice_engine_configurations.h"
|
|
|
| namespace webrtc {
|
|
|
|
|