X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Fwebrtc%2Fmodules%2Fvideo_coding%2Fmain%2Fsource%2Fvideo_coding_impl.h;h=5b3fe2eb778b1508a91ed19d6a63dddd558b4cde;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=816552fe231beebc1cd9dbd2edbe80fe88a8bf17;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/webrtc/modules/video_coding/main/source/video_coding_impl.h b/src/third_party/webrtc/modules/video_coding/main/source/video_coding_impl.h index 816552f..5b3fe2e 100644 --- a/src/third_party/webrtc/modules/video_coding/main/source/video_coding_impl.h +++ b/src/third_party/webrtc/modules/video_coding/main/source/video_coding_impl.h @@ -15,6 +15,7 @@ #include +#include "webrtc/base/thread_annotations.h" #include "webrtc/modules/video_coding/main/source/codec_database.h" #include "webrtc/modules/video_coding/main/source/frame_buffer.h" #include "webrtc/modules/video_coding/main/source/generic_decoder.h" @@ -25,7 +26,6 @@ #include "webrtc/modules/video_coding/main/source/timing.h" #include "webrtc/system_wrappers/interface/clock.h" #include "webrtc/system_wrappers/interface/critical_section_wrapper.h" -#include "webrtc/system_wrappers/interface/thread_annotations.h" namespace webrtc {