diff --git a/modules/video_coding/packet_buffer.h b/modules/video_coding/packet_buffer.h index d193db3e2c..ede3c602eb 100644 --- a/modules/video_coding/packet_buffer.h +++ b/modules/video_coding/packet_buffer.h @@ -19,7 +19,6 @@ #include "api/scoped_refptr.h" #include "modules/include/module_common_types.h" #include "modules/video_coding/packet.h" -#include "modules/video_coding/rtp_frame_reference_finder.h" #include "rtc_base/critical_section.h" #include "rtc_base/numerics/sequence_number_util.h" #include "rtc_base/thread_annotations.h" diff --git a/modules/video_coding/rtp_frame_reference_finder_unittest.cc b/modules/video_coding/rtp_frame_reference_finder_unittest.cc index 18f4e30725..2d02a302d1 100644 --- a/modules/video_coding/rtp_frame_reference_finder_unittest.cc +++ b/modules/video_coding/rtp_frame_reference_finder_unittest.cc @@ -13,9 +13,11 @@ #include #include #include +#include #include "modules/video_coding/frame_object.h" #include "modules/video_coding/packet_buffer.h" +#include "modules/video_coding/rtp_frame_reference_finder.h" #include "rtc_base/random.h" #include "rtc_base/ref_count.h" #include "system_wrappers/include/clock.h"