Skip to content

Commit

Permalink
Remove unused includes from RtpFrameReferenceFinder.
Browse files Browse the repository at this point in the history
Bug: none
Change-Id: I4fc5f70e3e532c3735a97a9d7fd8f6f51d7d2a7f
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/194333
Reviewed-by: Ilya Nikolaevskiy <[email protected]>
Commit-Queue: Philip Eliasson <[email protected]>
Cr-Commit-Position: refs/heads/master@{#32654}
  • Loading branch information
Philipel-WebRTC authored and Commit Bot committed Nov 20, 2020
1 parent 08d2a70 commit 716a3c9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/video_coding/rtp_frame_reference_finder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,9 @@
#include "modules/video_coding/rtp_frame_reference_finder.h"

#include <algorithm>
#include <limits>

#include "absl/base/macros.h"
#include "absl/types/variant.h"
#include "modules/video_coding/frame_object.h"
#include "modules/video_coding/packet_buffer.h"
#include "rtc_base/checks.h"
#include "rtc_base/logging.h"

Expand Down

0 comments on commit 716a3c9

Please sign in to comment.