| Index: webrtc/modules/video_coding/generic_encoder.h
|
| diff --git a/webrtc/modules/video_coding/main/source/generic_encoder.h b/webrtc/modules/video_coding/generic_encoder.h
|
| similarity index 96%
|
| rename from webrtc/modules/video_coding/main/source/generic_encoder.h
|
| rename to webrtc/modules/video_coding/generic_encoder.h
|
| index 3a7132860f84cd60aab18d7d19b5b84cee092bff..0d8ad50b5f9613cbeafd0557acd8db72d779bc7e 100644
|
| --- a/webrtc/modules/video_coding/main/source/generic_encoder.h
|
| +++ b/webrtc/modules/video_coding/generic_encoder.h
|
| @@ -11,8 +11,8 @@
|
| #ifndef WEBRTC_MODULES_VIDEO_CODING_GENERIC_ENCODER_H_
|
| #define WEBRTC_MODULES_VIDEO_CODING_GENERIC_ENCODER_H_
|
|
|
| -#include "webrtc/modules/video_coding/codecs/interface/video_codec_interface.h"
|
| -#include "webrtc/modules/video_coding/main/interface/video_coding_defines.h"
|
| +#include "webrtc/modules/video_coding/include/video_codec_interface.h"
|
| +#include "webrtc/modules/video_coding/include/video_coding_defines.h"
|
|
|
| #include <stdio.h>
|
|
|
|
|