Remove unused include from FrameBuffer2.

Bug: None
Change-Id: I766b430beb4f5ba35519931fbff19261a462f2c2
Reviewed-on: https://webrtc-review.googlesource.com/81184
Reviewed-by: Philip Eliasson <philipel@webrtc.org>
Commit-Queue: Philip Eliasson <philipel@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23517}
This commit is contained in:
Rasmus Brandt
2018-06-05 11:26:30 +02:00
committed by Commit Bot
parent dac422f5d3
commit 45a57fda24

View File

@ -22,7 +22,6 @@
#include "rtc_base/trace_event.h" #include "rtc_base/trace_event.h"
#include "system_wrappers/include/clock.h" #include "system_wrappers/include/clock.h"
#include "system_wrappers/include/field_trial.h" #include "system_wrappers/include/field_trial.h"
#include "system_wrappers/include/metrics.h"
namespace webrtc { namespace webrtc {
namespace video_coding { namespace video_coding {