diff --git a/webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h b/webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h index 55c2fb1d9..fc0bbab7a 100644 --- a/webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h +++ b/webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h @@ -11,9 +11,9 @@ #ifndef WEBRTC_MODULES_RTP_RTCP_INTERFACE_RTP_RTCP_DEFINES_H_ #define WEBRTC_MODULES_RTP_RTCP_INTERFACE_RTP_RTCP_DEFINES_H_ -#include "typedefs.h" -#include "module_common_types.h" +#include "webrtc/modules/interface/module_common_types.h" #include "webrtc/system_wrappers/interface/clock.h" +#include "webrtc/typedefs.h" #ifndef NULL #define NULL 0 diff --git a/webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h b/webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h index 03130768c..d5b572d0b 100644 --- a/webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h +++ b/webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h @@ -11,11 +11,11 @@ #ifndef WEBRTC_MODULES_RTP_RTCP_MOCKS_MOCK_RTP_RTCP_H_ #define WEBRTC_MODULES_RTP_RTCP_MOCKS_MOCK_RTP_RTCP_H_ -#include +#include "testing/gmock/include/gmock/gmock.h" -#include "modules/interface/module.h" -#include "modules/rtp_rtcp/interface/rtp_rtcp.h" -#include "modules/rtp_rtcp/interface/rtp_rtcp_defines.h" +#include "webrtc/modules/interface/module.h" +#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h" +#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h" namespace webrtc { diff --git a/webrtc/modules/rtp_rtcp/source/H264/bitstream_builder.h b/webrtc/modules/rtp_rtcp/source/H264/bitstream_builder.h index edfe67790..bdfa08d21 100644 --- a/webrtc/modules/rtp_rtcp/source/H264/bitstream_builder.h +++ b/webrtc/modules/rtp_rtcp/source/H264/bitstream_builder.h @@ -11,7 +11,7 @@ #ifndef WEBRTC_MODULES_RTP_RTCP_SOURCE_H264_BITSTREAM_BUILDER_H_ #define WEBRTC_MODULES_RTP_RTCP_SOURCE_H264_BITSTREAM_BUILDER_H_ -#include "typedefs.h" +#include "webrtc/typedefs.h" namespace webrtc { class BitstreamBuilder diff --git a/webrtc/modules/rtp_rtcp/source/H264/bitstream_parser.h b/webrtc/modules/rtp_rtcp/source/H264/bitstream_parser.h index 31c66c644..4ba55604e 100644 --- a/webrtc/modules/rtp_rtcp/source/H264/bitstream_parser.h +++ b/webrtc/modules/rtp_rtcp/source/H264/bitstream_parser.h @@ -11,7 +11,7 @@ #ifndef WEBRTC_MODULES_RTP_RTCP_SOURCE_H264_BITSTREAM_PARSER_H_ #define WEBRTC_MODULES_RTP_RTCP_SOURCE_H264_BITSTREAM_PARSER_H_ -#include "typedefs.h" +#include "webrtc/typedefs.h" namespace webrtc { class BitstreamParser diff --git a/webrtc/modules/rtp_rtcp/source/bitrate.h b/webrtc/modules/rtp_rtcp/source/bitrate.h index 708fd9858..49a857cfd 100644 --- a/webrtc/modules/rtp_rtcp/source/bitrate.h +++ b/webrtc/modules/rtp_rtcp/source/bitrate.h @@ -12,6 +12,7 @@ #define WEBRTC_MODULES_RTP_RTCP_SOURCE_BITRATE_H_ #include + #include #include "webrtc/common_types.h" diff --git a/webrtc/modules/rtp_rtcp/source/fec_private_tables_bursty.h b/webrtc/modules/rtp_rtcp/source/fec_private_tables_bursty.h index 1de9325e8..6105ae1d2 100644 --- a/webrtc/modules/rtp_rtcp/source/fec_private_tables_bursty.h +++ b/webrtc/modules/rtp_rtcp/source/fec_private_tables_bursty.h @@ -25,7 +25,7 @@ // (i.e., more packets/symbols in the code, so larger (k,m), i.e., k > 4, // m > 3). -#include "typedefs.h" +#include "webrtc/typedefs.h" namespace { @@ -758,4 +758,3 @@ const uint8_t** kPacketMaskBurstyTbl[12] = { } // namespace #endif // WEBRTC_MODULES_RTP_RTCP_SOURCE_FEC_PRIVATE_TABLES_BURSTY_H_ - diff --git a/webrtc/modules/rtp_rtcp/source/fec_private_tables_random.h b/webrtc/modules/rtp_rtcp/source/fec_private_tables_random.h index 7c00786df..ff6de43b7 100644 --- a/webrtc/modules/rtp_rtcp/source/fec_private_tables_random.h +++ b/webrtc/modules/rtp_rtcp/source/fec_private_tables_random.h @@ -15,7 +15,7 @@ // this table are specifically designed to favor recovery to random loss. // These packet masks are defined to protect up to maximum of 48 media packets. -#include "typedefs.h" +#include "webrtc/typedefs.h" namespace { @@ -24520,4 +24520,3 @@ const uint8_t** kPacketMaskRandomTbl[48] = { } // namespace #endif // WEBRTC_MODULES_RTP_RTCP_SOURCE_FEC_PRIVATE_TABLES_H_ - diff --git a/webrtc/modules/rtp_rtcp/source/mock/mock_rtp_payload_strategy.h b/webrtc/modules/rtp_rtcp/source/mock/mock_rtp_payload_strategy.h index 855b91147..6e1cf9387 100644 --- a/webrtc/modules/rtp_rtcp/source/mock/mock_rtp_payload_strategy.h +++ b/webrtc/modules/rtp_rtcp/source/mock/mock_rtp_payload_strategy.h @@ -11,7 +11,7 @@ #ifndef WEBRTC_MODULES_RTP_RTCP_SOURCE_MOCK_MOCK_RTP_PAYLOAD_REGISTRY_H_ #define WEBRTC_MODULES_RTP_RTCP_SOURCE_MOCK_MOCK_RTP_PAYLOAD_REGISTRY_H_ -#include "gmock/gmock.h" +#include "testing/gmock/include/gmock/gmock.h" #include "webrtc/modules/rtp_rtcp/source/rtp_payload_registry.h" namespace webrtc { diff --git a/webrtc/modules/rtp_rtcp/source/mock/mock_rtp_receiver_video.h b/webrtc/modules/rtp_rtcp/source/mock/mock_rtp_receiver_video.h index b9ad4465d..ea533fff8 100644 --- a/webrtc/modules/rtp_rtcp/source/mock/mock_rtp_receiver_video.h +++ b/webrtc/modules/rtp_rtcp/source/mock/mock_rtp_receiver_video.h @@ -11,7 +11,7 @@ #ifndef WEBRTC_MODULES_RTP_RTCP_SOURCE_MOCK_MOCK_RTP_RECEIVER_VIDEO_H_ #define WEBRTC_MODULES_RTP_RTCP_SOURCE_MOCK_MOCK_RTP_RECEIVER_VIDEO_H_ -#include "modules/rtp_rtcp/source/rtp_receiver_video.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_receiver_video.h" namespace webrtc { diff --git a/webrtc/modules/rtp_rtcp/source/producer_fec.cc b/webrtc/modules/rtp_rtcp/source/producer_fec.cc index 9d9a4b345..3173d3d52 100644 --- a/webrtc/modules/rtp_rtcp/source/producer_fec.cc +++ b/webrtc/modules/rtp_rtcp/source/producer_fec.cc @@ -8,10 +8,10 @@ * be found in the AUTHORS file in the root of the source tree. */ -#include "modules/rtp_rtcp/source/producer_fec.h" +#include "webrtc/modules/rtp_rtcp/source/producer_fec.h" -#include "modules/rtp_rtcp/source/forward_error_correction.h" -#include "modules/rtp_rtcp/source/rtp_utility.h" +#include "webrtc/modules/rtp_rtcp/source/forward_error_correction.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_utility.h" namespace webrtc { diff --git a/webrtc/modules/rtp_rtcp/source/producer_fec.h b/webrtc/modules/rtp_rtcp/source/producer_fec.h index 180bd8388..e3f9d1dfe 100644 --- a/webrtc/modules/rtp_rtcp/source/producer_fec.h +++ b/webrtc/modules/rtp_rtcp/source/producer_fec.h @@ -13,7 +13,7 @@ #include -#include "modules/rtp_rtcp/source/forward_error_correction.h" +#include "webrtc/modules/rtp_rtcp/source/forward_error_correction.h" namespace webrtc { diff --git a/webrtc/modules/rtp_rtcp/source/producer_fec_unittest.cc b/webrtc/modules/rtp_rtcp/source/producer_fec_unittest.cc index 7639a8180..ada7d7026 100644 --- a/webrtc/modules/rtp_rtcp/source/producer_fec_unittest.cc +++ b/webrtc/modules/rtp_rtcp/source/producer_fec_unittest.cc @@ -10,10 +10,10 @@ #include -#include "gtest/gtest.h" -#include "modules/rtp_rtcp/source/fec_test_helper.h" -#include "modules/rtp_rtcp/source/forward_error_correction.h" -#include "modules/rtp_rtcp/source/producer_fec.h" +#include "testing/gtest/include/gtest/gtest.h" +#include "webrtc/modules/rtp_rtcp/source/fec_test_helper.h" +#include "webrtc/modules/rtp_rtcp/source/forward_error_correction.h" +#include "webrtc/modules/rtp_rtcp/source/producer_fec.h" namespace webrtc { diff --git a/webrtc/modules/rtp_rtcp/source/receiver_fec_unittest.cc b/webrtc/modules/rtp_rtcp/source/receiver_fec_unittest.cc index 5e93e8297..46b8eb4f8 100644 --- a/webrtc/modules/rtp_rtcp/source/receiver_fec_unittest.cc +++ b/webrtc/modules/rtp_rtcp/source/receiver_fec_unittest.cc @@ -8,11 +8,12 @@ * be found in the AUTHORS file in the root of the source tree. */ -#include #include -#include "gmock/gmock.h" -#include "gtest/gtest.h" +#include + +#include "testing/gmock/include/gmock/gmock.h" +#include "testing/gtest/include/gtest/gtest.h" #include "webrtc/modules/rtp_rtcp/source/fec_test_helper.h" #include "webrtc/modules/rtp_rtcp/source/forward_error_correction.h" #include "webrtc/modules/rtp_rtcp/source/mock/mock_rtp_receiver_video.h" diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_format_remb_unittest.cc b/webrtc/modules/rtp_rtcp/source/rtcp_format_remb_unittest.cc index de9069f93..4afc61c27 100644 --- a/webrtc/modules/rtp_rtcp/source/rtcp_format_remb_unittest.cc +++ b/webrtc/modules/rtp_rtcp/source/rtcp_format_remb_unittest.cc @@ -8,16 +8,16 @@ * be found in the AUTHORS file in the root of the source tree. */ -#include +#include "testing/gtest/include/gtest/gtest.h" -#include "typedefs.h" -#include "common_types.h" -#include "rtp_utility.h" -#include "rtcp_sender.h" -#include "rtcp_receiver.h" -#include "rtp_rtcp_impl.h" -#include "modules/remote_bitrate_estimator/include/bwe_defines.h" -#include "modules/remote_bitrate_estimator/include/mock/mock_remote_bitrate_observer.h" +#include "webrtc/common_types.h" +#include "webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h" +#include "webrtc/modules/remote_bitrate_estimator/include/mock/mock_remote_bitrate_observer.h" +#include "webrtc/modules/rtp_rtcp/source/rtcp_receiver.h" +#include "webrtc/modules/rtp_rtcp/source/rtcp_sender.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_utility.h" +#include "webrtc/typedefs.h" namespace { diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc b/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc index bfb5f509a..b9f99ab75 100644 --- a/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc +++ b/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc @@ -8,16 +8,16 @@ * be found in the AUTHORS file in the root of the source tree. */ -#include "rtcp_receiver.h" +#include "webrtc/modules/rtp_rtcp/source/rtcp_receiver.h" -#include //memset #include //assert +#include //memset -#include "trace.h" -#include "trace_event.h" -#include "critical_section_wrapper.h" -#include "rtcp_utility.h" -#include "rtp_rtcp_impl.h" +#include "webrtc/modules/rtp_rtcp/source/rtcp_utility.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h" +#include "webrtc/system_wrappers/interface/critical_section_wrapper.h" +#include "webrtc/system_wrappers/interface/trace.h" +#include "webrtc/system_wrappers/interface/trace_event.h" namespace { diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h b/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h index 0833b4a57..51b07abae 100644 --- a/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h +++ b/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h @@ -14,12 +14,12 @@ #include #include -#include "typedefs.h" -#include "rtp_utility.h" -#include "rtcp_utility.h" -#include "rtp_rtcp_defines.h" -#include "rtcp_receiver_help.h" -#include "tmmbr_help.h" +#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h" +#include "webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h" +#include "webrtc/modules/rtp_rtcp/source/rtcp_utility.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_utility.h" +#include "webrtc/modules/rtp_rtcp/source/tmmbr_help.h" +#include "webrtc/typedefs.h" namespace webrtc { class ModuleRtpRtcpImpl; diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.cc b/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.cc index 31b41abe1..8d833a44b 100644 --- a/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.cc +++ b/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.cc @@ -10,8 +10,8 @@ #include "webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h" -#include // memset #include // assert +#include // memset #include "webrtc/modules/rtp_rtcp/source/rtp_utility.h" diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_receiver_unittest.cc b/webrtc/modules/rtp_rtcp/source/rtcp_receiver_unittest.cc index 0595010a0..445c553d4 100644 --- a/webrtc/modules/rtp_rtcp/source/rtcp_receiver_unittest.cc +++ b/webrtc/modules/rtp_rtcp/source/rtcp_receiver_unittest.cc @@ -12,17 +12,17 @@ /* * This file includes unit tests for the RTCPReceiver. */ -#include -#include +#include "testing/gmock/include/gmock/gmock.h" +#include "testing/gtest/include/gtest/gtest.h" // Note: This file has no directory. Lint warning must be ignored. -#include "common_types.h" -#include "modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h" -#include "modules/remote_bitrate_estimator/include/mock/mock_remote_bitrate_observer.h" -#include "modules/rtp_rtcp/source/rtp_utility.h" -#include "modules/rtp_rtcp/source/rtcp_sender.h" -#include "modules/rtp_rtcp/source/rtcp_receiver.h" -#include "modules/rtp_rtcp/source/rtp_rtcp_impl.h" +#include "webrtc/common_types.h" +#include "webrtc/modules/remote_bitrate_estimator/include/mock/mock_remote_bitrate_observer.h" +#include "webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h" +#include "webrtc/modules/rtp_rtcp/source/rtcp_receiver.h" +#include "webrtc/modules/rtp_rtcp/source/rtcp_sender.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_utility.h" namespace webrtc { diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_sender.cc b/webrtc/modules/rtp_rtcp/source/rtcp_sender.cc index 67e34def3..83d62c2c8 100644 --- a/webrtc/modules/rtp_rtcp/source/rtcp_sender.cc +++ b/webrtc/modules/rtp_rtcp/source/rtcp_sender.cc @@ -8,18 +8,18 @@ * be found in the AUTHORS file in the root of the source tree. */ -#include "rtcp_sender.h" +#include "webrtc/modules/rtp_rtcp/source/rtcp_sender.h" #include // min #include // assert #include // rand #include // memcpy -#include "common_types.h" -#include "modules/rtp_rtcp/source/rtp_rtcp_impl.h" -#include "system_wrappers/interface/critical_section_wrapper.h" -#include "system_wrappers/interface/trace.h" -#include "system_wrappers/interface/trace_event.h" +#include "webrtc/common_types.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h" +#include "webrtc/system_wrappers/interface/critical_section_wrapper.h" +#include "webrtc/system_wrappers/interface/trace.h" +#include "webrtc/system_wrappers/interface/trace_event.h" namespace webrtc { diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_sender.h b/webrtc/modules/rtp_rtcp/source/rtcp_sender.h index 014b975d4..34a083800 100644 --- a/webrtc/modules/rtp_rtcp/source/rtcp_sender.h +++ b/webrtc/modules/rtp_rtcp/source/rtcp_sender.h @@ -15,14 +15,14 @@ #include #include -#include "typedefs.h" -#include "rtcp_utility.h" -#include "rtp_utility.h" -#include "rtp_rtcp_defines.h" -#include "scoped_ptr.h" -#include "tmmbr_help.h" -#include "modules/remote_bitrate_estimator/include/bwe_defines.h" -#include "modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h" +#include "webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h" +#include "webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h" +#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h" +#include "webrtc/modules/rtp_rtcp/source/rtcp_utility.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_utility.h" +#include "webrtc/modules/rtp_rtcp/source/tmmbr_help.h" +#include "webrtc/system_wrappers/interface/scoped_ptr.h" +#include "webrtc/typedefs.h" namespace webrtc { diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_sender_unittest.cc b/webrtc/modules/rtp_rtcp/source/rtcp_sender_unittest.cc index 0c6c1cfce..9b1d15cbd 100644 --- a/webrtc/modules/rtp_rtcp/source/rtcp_sender_unittest.cc +++ b/webrtc/modules/rtp_rtcp/source/rtcp_sender_unittest.cc @@ -13,17 +13,17 @@ * This file includes unit tests for the RTCPSender. */ -#include -#include +#include "testing/gmock/include/gmock/gmock.h" +#include "testing/gtest/include/gtest/gtest.h" #include "webrtc/common_types.h" -#include "webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h" #include "webrtc/modules/remote_bitrate_estimator/include/mock/mock_remote_bitrate_observer.h" +#include "webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h" #include "webrtc/modules/rtp_rtcp/interface/rtp_header_parser.h" #include "webrtc/modules/rtp_rtcp/source/rtcp_receiver.h" #include "webrtc/modules/rtp_rtcp/source/rtcp_sender.h" -#include "webrtc/modules/rtp_rtcp/source/rtp_utility.h" #include "webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_utility.h" namespace webrtc { diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_utility.cc b/webrtc/modules/rtp_rtcp/source/rtcp_utility.cc index b330e18e5..c1314fb31 100644 --- a/webrtc/modules/rtp_rtcp/source/rtcp_utility.cc +++ b/webrtc/modules/rtp_rtcp/source/rtcp_utility.cc @@ -8,11 +8,11 @@ * be found in the AUTHORS file in the root of the source tree. */ -#include "rtcp_utility.h" +#include "webrtc/modules/rtp_rtcp/source/rtcp_utility.h" -#include // memcpy -#include // ceil #include +#include // ceil +#include // memcpy namespace webrtc { // RTCPParserV2 : currently read only diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_utility.h b/webrtc/modules/rtp_rtcp/source/rtcp_utility.h index 86b2efd75..f6e1b72c3 100644 --- a/webrtc/modules/rtp_rtcp/source/rtcp_utility.h +++ b/webrtc/modules/rtp_rtcp/source/rtcp_utility.h @@ -13,9 +13,9 @@ #include // size_t, ptrdiff_t -#include "typedefs.h" -#include "rtp_rtcp_config.h" -#include "rtp_rtcp_defines.h" +#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_rtcp_config.h" +#include "webrtc/typedefs.h" namespace webrtc { namespace RTCPUtility { diff --git a/webrtc/modules/rtp_rtcp/source/rtp_fec_unittest.cc b/webrtc/modules/rtp_rtcp/source/rtp_fec_unittest.cc index f6c82ade2..904156e94 100644 --- a/webrtc/modules/rtp_rtcp/source/rtp_fec_unittest.cc +++ b/webrtc/modules/rtp_rtcp/source/rtp_fec_unittest.cc @@ -8,9 +8,9 @@ * be found in the AUTHORS file in the root of the source tree. */ -#include #include +#include "testing/gtest/include/gtest/gtest.h" #include "webrtc/modules/rtp_rtcp/source/forward_error_correction.h" #include "webrtc/modules/rtp_rtcp/source/rtp_utility.h" diff --git a/webrtc/modules/rtp_rtcp/source/rtp_format_vp8.cc b/webrtc/modules/rtp_rtcp/source/rtp_format_vp8.cc index 5f1a17c56..ec94fae12 100644 --- a/webrtc/modules/rtp_rtcp/source/rtp_format_vp8.cc +++ b/webrtc/modules/rtp_rtcp/source/rtp_format_vp8.cc @@ -8,14 +8,14 @@ * be found in the AUTHORS file in the root of the source tree. */ -#include "modules/rtp_rtcp/source/rtp_format_vp8.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_format_vp8.h" #include // memcpy #include // assert #include -#include "modules/rtp_rtcp/source/vp8_partition_aggregator.h" +#include "webrtc/modules/rtp_rtcp/source/vp8_partition_aggregator.h" namespace webrtc { diff --git a/webrtc/modules/rtp_rtcp/source/rtp_format_vp8.h b/webrtc/modules/rtp_rtcp/source/rtp_format_vp8.h index 2a62b4078..ae6ae93ec 100644 --- a/webrtc/modules/rtp_rtcp/source/rtp_format_vp8.h +++ b/webrtc/modules/rtp_rtcp/source/rtp_format_vp8.h @@ -28,9 +28,9 @@ #include #include -#include "modules/interface/module_common_types.h" -#include "system_wrappers/interface/constructor_magic.h" -#include "typedefs.h" // NOLINT(build/include) +#include "webrtc/modules/interface/module_common_types.h" +#include "webrtc/system_wrappers/interface/constructor_magic.h" +#include "webrtc/typedefs.h" namespace webrtc { diff --git a/webrtc/modules/rtp_rtcp/source/rtp_format_vp8_test_helper.cc b/webrtc/modules/rtp_rtcp/source/rtp_format_vp8_test_helper.cc index 5bd4647cd..a121a698c 100644 --- a/webrtc/modules/rtp_rtcp/source/rtp_format_vp8_test_helper.cc +++ b/webrtc/modules/rtp_rtcp/source/rtp_format_vp8_test_helper.cc @@ -9,9 +9,9 @@ */ -#include "modules/rtp_rtcp/source/rtp_format_vp8_test_helper.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_format_vp8_test_helper.h" -#include "gtest/gtest.h" +#include "testing/gtest/include/gtest/gtest.h" namespace webrtc { diff --git a/webrtc/modules/rtp_rtcp/source/rtp_format_vp8_test_helper.h b/webrtc/modules/rtp_rtcp/source/rtp_format_vp8_test_helper.h index f9bf686a6..13eb0e101 100644 --- a/webrtc/modules/rtp_rtcp/source/rtp_format_vp8_test_helper.h +++ b/webrtc/modules/rtp_rtcp/source/rtp_format_vp8_test_helper.h @@ -18,10 +18,10 @@ #ifndef WEBRTC_MODULES_RTP_RTCP_SOURCE_RTP_FORMAT_VP8_TEST_HELPER_H_ #define WEBRTC_MODULES_RTP_RTCP_SOURCE_RTP_FORMAT_VP8_TEST_HELPER_H_ -#include "modules/interface/module_common_types.h" -#include "modules/rtp_rtcp/source/rtp_format_vp8.h" -#include "system_wrappers/interface/constructor_magic.h" -#include "typedefs.h" +#include "webrtc/modules/interface/module_common_types.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_format_vp8.h" +#include "webrtc/system_wrappers/interface/constructor_magic.h" +#include "webrtc/typedefs.h" namespace webrtc { diff --git a/webrtc/modules/rtp_rtcp/source/rtp_format_vp8_unittest.cc b/webrtc/modules/rtp_rtcp/source/rtp_format_vp8_unittest.cc index be935b878..bcd1d10c0 100644 --- a/webrtc/modules/rtp_rtcp/source/rtp_format_vp8_unittest.cc +++ b/webrtc/modules/rtp_rtcp/source/rtp_format_vp8_unittest.cc @@ -13,13 +13,13 @@ * This file includes unit tests for the VP8 packetizer. */ -#include +#include "testing/gtest/include/gtest/gtest.h" -#include "compile_assert.h" +#include "webrtc/system_wrappers/interface/compile_assert.h" -#include "modules/rtp_rtcp/source/rtp_format_vp8.h" -#include "modules/rtp_rtcp/source/rtp_format_vp8_test_helper.h" -#include "typedefs.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_format_vp8.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_format_vp8_test_helper.h" +#include "webrtc/typedefs.h" namespace webrtc { diff --git a/webrtc/modules/rtp_rtcp/source/rtp_header_extension.cc b/webrtc/modules/rtp_rtcp/source/rtp_header_extension.cc index 3834e252d..c2b6424bc 100644 --- a/webrtc/modules/rtp_rtcp/source/rtp_header_extension.cc +++ b/webrtc/modules/rtp_rtcp/source/rtp_header_extension.cc @@ -10,8 +10,8 @@ #include -#include "common_types.h" -#include "rtp_header_extension.h" +#include "webrtc/common_types.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_header_extension.h" namespace webrtc { diff --git a/webrtc/modules/rtp_rtcp/source/rtp_header_extension.h b/webrtc/modules/rtp_rtcp/source/rtp_header_extension.h index d39ffdb44..fcc7587c1 100644 --- a/webrtc/modules/rtp_rtcp/source/rtp_header_extension.h +++ b/webrtc/modules/rtp_rtcp/source/rtp_header_extension.h @@ -13,8 +13,8 @@ #include -#include "modules/rtp_rtcp/interface/rtp_rtcp_defines.h" -#include "typedefs.h" +#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h" +#include "webrtc/typedefs.h" namespace webrtc { diff --git a/webrtc/modules/rtp_rtcp/source/rtp_header_extension_unittest.cc b/webrtc/modules/rtp_rtcp/source/rtp_header_extension_unittest.cc index 0273bf8de..90d3f6495 100644 --- a/webrtc/modules/rtp_rtcp/source/rtp_header_extension_unittest.cc +++ b/webrtc/modules/rtp_rtcp/source/rtp_header_extension_unittest.cc @@ -13,11 +13,11 @@ * This file includes unit tests for the RtpHeaderExtensionMap. */ -#include +#include "testing/gtest/include/gtest/gtest.h" -#include "rtp_header_extension.h" -#include "rtp_rtcp_defines.h" -#include "typedefs.h" +#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_header_extension.h" +#include "webrtc/typedefs.h" namespace webrtc { diff --git a/webrtc/modules/rtp_rtcp/source/rtp_packet_history.cc b/webrtc/modules/rtp_rtcp/source/rtp_packet_history.cc index b5de84a88..c657c92e5 100644 --- a/webrtc/modules/rtp_rtcp/source/rtp_packet_history.cc +++ b/webrtc/modules/rtp_rtcp/source/rtp_packet_history.cc @@ -8,14 +8,14 @@ * be found in the AUTHORS file in the root of the source tree. */ -#include "rtp_packet_history.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_packet_history.h" #include #include // memset -#include "critical_section_wrapper.h" -#include "rtp_utility.h" -#include "trace.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_utility.h" +#include "webrtc/system_wrappers/interface/critical_section_wrapper.h" +#include "webrtc/system_wrappers/interface/trace.h" namespace webrtc { diff --git a/webrtc/modules/rtp_rtcp/source/rtp_packet_history.h b/webrtc/modules/rtp_rtcp/source/rtp_packet_history.h index cc0a0c829..bf61c4aa4 100644 --- a/webrtc/modules/rtp_rtcp/source/rtp_packet_history.h +++ b/webrtc/modules/rtp_rtcp/source/rtp_packet_history.h @@ -15,9 +15,9 @@ #include -#include "module_common_types.h" -#include "rtp_rtcp_defines.h" -#include "typedefs.h" +#include "webrtc/modules/interface/module_common_types.h" +#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h" +#include "webrtc/typedefs.h" namespace webrtc { diff --git a/webrtc/modules/rtp_rtcp/source/rtp_packet_history_unittest.cc b/webrtc/modules/rtp_rtcp/source/rtp_packet_history_unittest.cc index 095606d17..ed192ac37 100644 --- a/webrtc/modules/rtp_rtcp/source/rtp_packet_history_unittest.cc +++ b/webrtc/modules/rtp_rtcp/source/rtp_packet_history_unittest.cc @@ -10,12 +10,12 @@ * This file includes unit tests for the RTPPacketHistory. */ -#include +#include "testing/gtest/include/gtest/gtest.h" -#include "clock.h" -#include "rtp_packet_history.h" -#include "rtp_rtcp_defines.h" -#include "typedefs.h" +#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_packet_history.h" +#include "webrtc/system_wrappers/interface/clock.h" +#include "webrtc/typedefs.h" namespace webrtc { diff --git a/webrtc/modules/rtp_rtcp/source/rtp_payload_registry_unittest.cc b/webrtc/modules/rtp_rtcp/source/rtp_payload_registry_unittest.cc index fa79b4a5e..2f1e9169d 100644 --- a/webrtc/modules/rtp_rtcp/source/rtp_payload_registry_unittest.cc +++ b/webrtc/modules/rtp_rtcp/source/rtp_payload_registry_unittest.cc @@ -10,8 +10,8 @@ #include "webrtc/modules/rtp_rtcp/source/rtp_payload_registry.h" -#include "gtest/gtest.h" -#include "gmock/gmock.h" +#include "testing/gmock/include/gmock/gmock.h" +#include "testing/gtest/include/gtest/gtest.h" #include "webrtc/modules/rtp_rtcp/source/mock/mock_rtp_payload_strategy.h" #include "webrtc/modules/rtp_rtcp/source/rtp_utility.h" #include "webrtc/system_wrappers/interface/scoped_ptr.h" diff --git a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc index ebcfe05ff..ec322ce38 100644 --- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc +++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc @@ -10,8 +10,8 @@ #include "webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h" -#include #include +#include #include "webrtc/common_types.h" #include "webrtc/modules/rtp_rtcp/source/rtp_receiver_audio.h" diff --git a/webrtc/modules/rtp_rtcp/source/rtp_sender_audio.cc b/webrtc/modules/rtp_rtcp/source/rtp_sender_audio.cc index 6e9c93147..c3725c345 100644 --- a/webrtc/modules/rtp_rtcp/source/rtp_sender_audio.cc +++ b/webrtc/modules/rtp_rtcp/source/rtp_sender_audio.cc @@ -8,12 +8,12 @@ * be found in the AUTHORS file in the root of the source tree. */ -#include "rtp_sender_audio.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_sender_audio.h" -#include //memcpy #include //assert +#include //memcpy -#include "trace_event.h" +#include "webrtc/system_wrappers/interface/trace_event.h" namespace webrtc { RTPSenderAudio::RTPSenderAudio(const int32_t id, Clock* clock, diff --git a/webrtc/modules/rtp_rtcp/source/rtp_sender_audio.h b/webrtc/modules/rtp_rtcp/source/rtp_sender_audio.h index c7b36728e..6e4ffc09c 100644 --- a/webrtc/modules/rtp_rtcp/source/rtp_sender_audio.h +++ b/webrtc/modules/rtp_rtcp/source/rtp_sender_audio.h @@ -11,14 +11,12 @@ #ifndef WEBRTC_MODULES_RTP_RTCP_SOURCE_RTP_SENDER_AUDIO_H_ #define WEBRTC_MODULES_RTP_RTCP_SOURCE_RTP_SENDER_AUDIO_H_ -#include "rtp_rtcp_config.h" // misc. defines (e.g. MAX_PACKET_LENGTH) -#include "common_types.h" // Transport -#include "typedefs.h" - -#include "dtmf_queue.h" -#include "rtp_utility.h" - -#include "rtp_sender.h" +#include "webrtc/common_types.h" +#include "webrtc/modules/rtp_rtcp/source/dtmf_queue.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_rtcp_config.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_sender.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_utility.h" +#include "webrtc/typedefs.h" namespace webrtc { class RTPSenderAudio: public DTMFqueue diff --git a/webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc b/webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc index 289f80645..28bfea5f3 100644 --- a/webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc +++ b/webrtc/modules/rtp_rtcp/source/rtp_sender_unittest.cc @@ -12,7 +12,7 @@ * This file includes unit tests for the RTPSender. */ -#include +#include "testing/gtest/include/gtest/gtest.h" #include "webrtc/modules/pacing/include/mock/mock_paced_sender.h" #include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h" diff --git a/webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc b/webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc index 817dd6594..e8a2de7c6 100644 --- a/webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc +++ b/webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc @@ -8,21 +8,19 @@ * be found in the AUTHORS file in the root of the source tree. */ -#include "rtp_sender_video.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_sender_video.h" -#include "critical_section_wrapper.h" -#include "trace.h" -#include "trace_event.h" +#include +#include +#include -#include "rtp_utility.h" - -#include // memcpy -#include // assert -#include // srand - -#include "producer_fec.h" -#include "rtp_format_vp8.h" -#include "rtp_format_video_generic.h" +#include "webrtc/modules/rtp_rtcp/source/producer_fec.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_format_video_generic.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_format_vp8.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_utility.h" +#include "webrtc/system_wrappers/interface/critical_section_wrapper.h" +#include "webrtc/system_wrappers/interface/trace.h" +#include "webrtc/system_wrappers/interface/trace_event.h" namespace webrtc { enum { REDForFECHeaderLength = 1 }; diff --git a/webrtc/modules/rtp_rtcp/source/rtp_sender_video.h b/webrtc/modules/rtp_rtcp/source/rtp_sender_video.h index ad15d1f8c..7b9b34f30 100644 --- a/webrtc/modules/rtp_rtcp/source/rtp_sender_video.h +++ b/webrtc/modules/rtp_rtcp/source/rtp_sender_video.h @@ -13,18 +13,16 @@ #include -#include "typedefs.h" -#include "common_types.h" // Transport -#include "rtp_rtcp_config.h" - -#include "rtp_rtcp_defines.h" -#include "rtp_utility.h" - -#include "video_codec_information.h" -#include "forward_error_correction.h" -#include "bitrate.h" -#include "rtp_sender.h" -#include "producer_fec.h" +#include "webrtc/common_types.h" +#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h" +#include "webrtc/modules/rtp_rtcp/source/bitrate.h" +#include "webrtc/modules/rtp_rtcp/source/forward_error_correction.h" +#include "webrtc/modules/rtp_rtcp/source/producer_fec.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_rtcp_config.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_sender.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_utility.h" +#include "webrtc/modules/rtp_rtcp/source/video_codec_information.h" +#include "webrtc/typedefs.h" namespace webrtc { class CriticalSectionWrapper; diff --git a/webrtc/modules/rtp_rtcp/source/rtp_utility.cc b/webrtc/modules/rtp_rtcp/source/rtp_utility.cc index 1a1ddfac5..c0751c6f3 100644 --- a/webrtc/modules/rtp_rtcp/source/rtp_utility.cc +++ b/webrtc/modules/rtp_rtcp/source/rtp_utility.cc @@ -8,15 +8,18 @@ * be found in the AUTHORS file in the root of the source tree. */ -#include "rtp_utility.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_utility.h" #include #include // ceil #include // memcpy #if defined(_WIN32) +// Order for these headers are important #include // FILETIME + #include // timeval + #include // timeGetTime #elif ((defined WEBRTC_LINUX) || (defined WEBRTC_MAC)) #include // gettimeofday @@ -26,8 +29,8 @@ #include #endif -#include "system_wrappers/interface/tick_util.h" -#include "system_wrappers/interface/trace.h" +#include "webrtc/system_wrappers/interface/tick_util.h" +#include "webrtc/system_wrappers/interface/trace.h" #if (defined(_DEBUG) && defined(_WIN32) && (_MSC_VER >= 1400)) #define DEBUG_PRINT(...) \ diff --git a/webrtc/modules/rtp_rtcp/source/rtp_utility.h b/webrtc/modules/rtp_rtcp/source/rtp_utility.h index 801c033b1..28670f98c 100644 --- a/webrtc/modules/rtp_rtcp/source/rtp_utility.h +++ b/webrtc/modules/rtp_rtcp/source/rtp_utility.h @@ -13,10 +13,10 @@ #include // size_t, ptrdiff_t -#include "typedefs.h" -#include "rtp_header_extension.h" -#include "rtp_rtcp_config.h" -#include "rtp_rtcp_defines.h" +#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_header_extension.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_rtcp_config.h" +#include "webrtc/typedefs.h" namespace webrtc { enum RtpVideoCodecTypes diff --git a/webrtc/modules/rtp_rtcp/source/rtp_utility_unittest.cc b/webrtc/modules/rtp_rtcp/source/rtp_utility_unittest.cc index b20eb6a76..b7b3db820 100644 --- a/webrtc/modules/rtp_rtcp/source/rtp_utility_unittest.cc +++ b/webrtc/modules/rtp_rtcp/source/rtp_utility_unittest.cc @@ -13,10 +13,10 @@ * This file conatins unit tests for the ModuleRTPUtility. */ -#include "gtest/gtest.h" -#include "modules/rtp_rtcp/source/rtp_format_vp8.h" -#include "modules/rtp_rtcp/source/rtp_utility.h" -#include "typedefs.h" // NOLINT(build/include) +#include "testing/gtest/include/gtest/gtest.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_format_vp8.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_utility.h" +#include "webrtc/typedefs.h" namespace webrtc { diff --git a/webrtc/modules/rtp_rtcp/source/ssrc_database.cc b/webrtc/modules/rtp_rtcp/source/ssrc_database.cc index b51efb5d0..0da29c09e 100644 --- a/webrtc/modules/rtp_rtcp/source/ssrc_database.cc +++ b/webrtc/modules/rtp_rtcp/source/ssrc_database.cc @@ -8,13 +8,13 @@ * be found in the AUTHORS file in the root of the source tree. */ -#include "ssrc_database.h" - -#include "critical_section_wrapper.h" -#include "trace.h" +#include "webrtc/modules/rtp_rtcp/source/ssrc_database.h" +#include #include -#include + +#include "webrtc/system_wrappers/interface/critical_section_wrapper.h" +#include "webrtc/system_wrappers/interface/trace.h" #ifdef _WIN32 #include diff --git a/webrtc/modules/rtp_rtcp/source/ssrc_database.h b/webrtc/modules/rtp_rtcp/source/ssrc_database.h index 555fe0995..e21b111b8 100644 --- a/webrtc/modules/rtp_rtcp/source/ssrc_database.h +++ b/webrtc/modules/rtp_rtcp/source/ssrc_database.h @@ -12,11 +12,11 @@ #define WEBRTC_MODULES_RTP_RTCP_SOURCE_SSRC_DATABASE_H_ #ifndef WEBRTC_NO_STL - #include +#include #endif -#include "system_wrappers/interface/static_instance.h" -#include "typedefs.h" +#include "webrtc/system_wrappers/interface/static_instance.h" +#include "webrtc/typedefs.h" namespace webrtc { class CriticalSectionWrapper; diff --git a/webrtc/modules/rtp_rtcp/source/tmmbr_help.cc b/webrtc/modules/rtp_rtcp/source/tmmbr_help.cc index 5bd622142..8d8654359 100644 --- a/webrtc/modules/rtp_rtcp/source/tmmbr_help.cc +++ b/webrtc/modules/rtp_rtcp/source/tmmbr_help.cc @@ -8,12 +8,12 @@ * be found in the AUTHORS file in the root of the source tree. */ -#include "tmmbr_help.h" +#include "webrtc/modules/rtp_rtcp/source/tmmbr_help.h" #include #include #include -#include "rtp_rtcp_config.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_rtcp_config.h" namespace webrtc { TMMBRSet::TMMBRSet() : diff --git a/webrtc/modules/rtp_rtcp/source/tmmbr_help.h b/webrtc/modules/rtp_rtcp/source/tmmbr_help.h index 055c9ed36..29bc70c0c 100644 --- a/webrtc/modules/rtp_rtcp/source/tmmbr_help.h +++ b/webrtc/modules/rtp_rtcp/source/tmmbr_help.h @@ -12,13 +12,9 @@ #define WEBRTC_MODULES_RTP_RTCP_SOURCE_TMMBR_HELP_H_ #include -#include "typedefs.h" -#include "critical_section_wrapper.h" - -#ifndef NULL - #define NULL 0 -#endif +#include "webrtc/typedefs.h" +#include "webrtc/system_wrappers/interface/critical_section_wrapper.h" namespace webrtc { class TMMBRSet diff --git a/webrtc/modules/rtp_rtcp/source/video_codec_information.h b/webrtc/modules/rtp_rtcp/source/video_codec_information.h index 4364f0b74..b5cc0633e 100644 --- a/webrtc/modules/rtp_rtcp/source/video_codec_information.h +++ b/webrtc/modules/rtp_rtcp/source/video_codec_information.h @@ -11,8 +11,8 @@ #ifndef WEBRTC_MODULES_RTP_RTCP_SOURCE_VIDEO_CODEC_INFORMATION_H_ #define WEBRTC_MODULES_RTP_RTCP_SOURCE_VIDEO_CODEC_INFORMATION_H_ -#include "rtp_rtcp_config.h" -#include "rtp_utility.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_rtcp_config.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_utility.h" namespace webrtc { class VideoCodecInformation diff --git a/webrtc/modules/rtp_rtcp/source/vp8_partition_aggregator.cc b/webrtc/modules/rtp_rtcp/source/vp8_partition_aggregator.cc index 6d5bb75ad..e62df1f5d 100644 --- a/webrtc/modules/rtp_rtcp/source/vp8_partition_aggregator.cc +++ b/webrtc/modules/rtp_rtcp/source/vp8_partition_aggregator.cc @@ -8,7 +8,7 @@ * be found in the AUTHORS file in the root of the source tree. */ -#include "modules/rtp_rtcp/source/vp8_partition_aggregator.h" +#include "webrtc/modules/rtp_rtcp/source/vp8_partition_aggregator.h" #include #include // NULL @@ -265,4 +265,3 @@ int Vp8PartitionAggregator::CalcNumberOfFragments(int large_partition_size, } } // namespace - diff --git a/webrtc/modules/rtp_rtcp/source/vp8_partition_aggregator.h b/webrtc/modules/rtp_rtcp/source/vp8_partition_aggregator.h index c5d47ded1..2ca5f287a 100644 --- a/webrtc/modules/rtp_rtcp/source/vp8_partition_aggregator.h +++ b/webrtc/modules/rtp_rtcp/source/vp8_partition_aggregator.h @@ -13,9 +13,9 @@ #include -#include "modules/interface/module_common_types.h" -#include "system_wrappers/interface/constructor_magic.h" -#include "typedefs.h" // NOLINT(build/include) +#include "webrtc/modules/interface/module_common_types.h" +#include "webrtc/system_wrappers/interface/constructor_magic.h" +#include "webrtc/typedefs.h" namespace webrtc { diff --git a/webrtc/modules/rtp_rtcp/source/vp8_partition_aggregator_unittest.cc b/webrtc/modules/rtp_rtcp/source/vp8_partition_aggregator_unittest.cc index 3c274d185..d4ebd77b8 100644 --- a/webrtc/modules/rtp_rtcp/source/vp8_partition_aggregator_unittest.cc +++ b/webrtc/modules/rtp_rtcp/source/vp8_partition_aggregator_unittest.cc @@ -10,8 +10,8 @@ #include // NULL -#include "gtest/gtest.h" -#include "modules/rtp_rtcp/source/vp8_partition_aggregator.h" +#include "testing/gtest/include/gtest/gtest.h" +#include "webrtc/modules/rtp_rtcp/source/vp8_partition_aggregator.h" namespace webrtc { @@ -212,4 +212,3 @@ TEST(Vp8PartitionAggregator, TestCalcNumberOfFragments) { } } // namespace - diff --git a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWEConvergenceTest.cc b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWEConvergenceTest.cc index e917e93f0..5040bea59 100644 --- a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWEConvergenceTest.cc +++ b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWEConvergenceTest.cc @@ -8,16 +8,16 @@ * be found in the AUTHORS file in the root of the source tree. */ -#include "BWEConvergenceTest.h" +#include "webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWEConvergenceTest.h" #include #include -#include "TestSenderReceiver.h" -#include "TestLoadGenerator.h" -#include "event_wrapper.h" -#include "thread_wrapper.h" -#include "tick_util.h" +#include "webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestLoadGenerator.h" +#include "webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestSenderReceiver.h" +#include "webrtc/system_wrappers/interface/event_wrapper.h" +#include "webrtc/system_wrappers/interface/thread_wrapper.h" +#include "webrtc/system_wrappers/interface/tick_util.h" BWEConvergenceTestUp::BWEConvergenceTestUp(std::string testName, int startRateKbps, int availBWkbps) @@ -62,5 +62,3 @@ bool BWEConvergenceTestUp::StoppingCriterionMaster() { return ((_sendrec->BitrateSent() / 1000.0) > (0.9 * _availBWkbps)); } - - diff --git a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWEConvergenceTest.h b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWEConvergenceTest.h index 022678727..9d5fea6b6 100644 --- a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWEConvergenceTest.h +++ b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWEConvergenceTest.h @@ -13,11 +13,9 @@ #include -#include "BWETestBase.h" - -#include "typedefs.h" - -#include "TestSenderReceiver.h" +#include "webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWETestBase.h" +#include "webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestSenderReceiver.h" +#include "webrtc/typedefs.h" class BWEConvergenceTestUp : public BWEOneWayTest { diff --git a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWEStabilityTest.cc b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWEStabilityTest.cc index 886ad8517..21996cd63 100644 --- a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWEStabilityTest.cc +++ b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWEStabilityTest.cc @@ -8,13 +8,15 @@ * be found in the AUTHORS file in the root of the source tree. */ -#include +#include "webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWEStabilityTest.h" + #include -#include "BWEStabilityTest.h" -#include "TestLoadGenerator.h" -#include "tick_util.h" -#include "critical_section_wrapper.h" +#include + +#include "webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestLoadGenerator.h" +#include "webrtc/system_wrappers/interface/critical_section_wrapper.h" +#include "webrtc/system_wrappers/interface/tick_util.h" BWEStabilityTest::BWEStabilityTest(std::string testName, int rateKbps, int testDurationSeconds) diff --git a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWEStabilityTest.h b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWEStabilityTest.h index dc2355755..d5920dbad 100644 --- a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWEStabilityTest.h +++ b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWEStabilityTest.h @@ -13,11 +13,9 @@ #include -#include "BWETestBase.h" - -#include "typedefs.h" - -#include "TestSenderReceiver.h" +#include "webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWETestBase.h" +#include "webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestSenderReceiver.h" +#include "webrtc/typedefs.h" class BWEStabilityTest : public BWEOneWayTest { diff --git a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWEStandAlone.cc b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWEStandAlone.cc index 1f01c7005..c42ea24d5 100644 --- a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWEStandAlone.cc +++ b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWEStandAlone.cc @@ -11,18 +11,18 @@ // BWEStandAlone.cpp : Defines the entry point for the console application. // -#include #include +#include -#include "event_wrapper.h" -#include "udp_transport.h" -#include "rtp_rtcp.h" -#include "trace.h" +#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h" +#include "webrtc/system_wrappers/interface/event_wrapper.h" +#include "webrtc/system_wrappers/interface/trace.h" +#include "webrtc/test/channel_transport/udp_transport.h" -#include "TestSenderReceiver.h" -#include "TestLoadGenerator.h" +#include "webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestLoadGenerator.h" +#include "webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestSenderReceiver.h" -#include "MatlabPlot.h" +#include "webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.h" //#include "vld.h" @@ -197,4 +197,3 @@ int main(int argc, char* argv[]) //return 0; } - diff --git a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWETestBase.cc b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWETestBase.cc index 8b289a5f1..bb67b0714 100644 --- a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWETestBase.cc +++ b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWETestBase.cc @@ -8,20 +8,20 @@ * be found in the AUTHORS file in the root of the source tree. */ -#include "BWETestBase.h" +#include "webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWETestBase.h" #include // sort #include +#include #include #include -#include -#include "TestSenderReceiver.h" -#include "TestLoadGenerator.h" -#include "event_wrapper.h" -#include "thread_wrapper.h" -#include "tick_util.h" -#include "critical_section_wrapper.h" +#include "webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestLoadGenerator.h" +#include "webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestSenderReceiver.h" +#include "webrtc/system_wrappers/interface/critical_section_wrapper.h" +#include "webrtc/system_wrappers/interface/event_wrapper.h" +#include "webrtc/system_wrappers/interface/thread_wrapper.h" +#include "webrtc/system_wrappers/interface/tick_util.h" double StatVec::Mean() diff --git a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWETestBase.h b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWETestBase.h index 06dd803e1..607eec477 100644 --- a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWETestBase.h +++ b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWETestBase.h @@ -14,9 +14,9 @@ #include #include -#include "typedefs.h" +#include "webrtc/typedefs.h" -#include "TestSenderReceiver.h" +#include "webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestSenderReceiver.h" class StatVec : public std::vector diff --git a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWETester.cc b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWETester.cc index 7f19410bf..013256b00 100644 --- a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWETester.cc +++ b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWETester.cc @@ -11,27 +11,23 @@ // BWETester.cpp : Defines the entry point for the console application. // +#include + #include -#include #include -#include +#include -#include "event_wrapper.h" -#include "trace.h" - -#include "BWEStabilityTest.h" -#include "BWEConvergenceTest.h" -#include "BWETwoWayLimitFinding.h" - -#include "MatlabPlot.h" - -//#include "vld.h" +#include "webrtc/system_wrappers/interface/event_wrapper.h" +#include "webrtc/system_wrappers/interface/trace.h" +#include "webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWEConvergenceTest.h" +#include "webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWEStabilityTest.h" +#include "webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWETwoWayLimitFinding.h" +#include "webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.h" #ifdef MATLAB MatlabEngine eng; #endif - class testContainer { public: @@ -67,7 +63,6 @@ public: std::string _instr; }; - // This is were the test cases are created. // Syntax: // tests->push_back(new testContainer( diff --git a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWETwoWayLimitFinding.cc b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWETwoWayLimitFinding.cc index 1c0acc23d..25480b59d 100644 --- a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWETwoWayLimitFinding.cc +++ b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWETwoWayLimitFinding.cc @@ -8,8 +8,8 @@ * be found in the AUTHORS file in the root of the source tree. */ -#include "BWETwoWayLimitFinding.h" -#include "TestLoadGenerator.h" +#include "webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWETwoWayLimitFinding.h" +#include "webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestLoadGenerator.h" BWETwoWayLimitFinding::BWETwoWayLimitFinding( @@ -72,4 +72,3 @@ bool BWETwoWayLimitFinding::StoppingCriterionMaster() return (_forwLimitReached && _revLimitReached); } - diff --git a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWETwoWayLimitFinding.h b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWETwoWayLimitFinding.h index 4fef0e66e..617b81ae0 100644 --- a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWETwoWayLimitFinding.h +++ b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWETwoWayLimitFinding.h @@ -11,7 +11,7 @@ #ifndef WEBRTC_MODULES_RTP_RTCP_TEST_BWESTANDALONE_BWETWOWAYLIMITFINDING_H_ #define WEBRTC_MODULES_RTP_RTCP_TEST_BWESTANDALONE_BWETWOWAYLIMITFINDING_H_ -#include "BWETestBase.h" +#include "webrtc/modules/rtp_rtcp/test/BWEStandAlone/BWETestBase.h" class BWETwoWayLimitFinding : public BWETest { diff --git a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.cc b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.cc index 939cd8a8b..5fa681792 100644 --- a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.cc +++ b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.cc @@ -8,19 +8,22 @@ * be found in the AUTHORS file in the root of the source tree. */ -#include "MatlabPlot.h" +#include "webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.h" + +#include +#include + +#include +#include + #ifdef MATLAB #include "engine.h" #endif -#include "event_wrapper.h" -#include "thread_wrapper.h" -#include "critical_section_wrapper.h" -#include "tick_util.h" -#include -#include -#include -#include +#include "webrtc/system_wrappers/interface/critical_section_wrapper.h" +#include "webrtc/system_wrappers/interface/event_wrapper.h" +#include "webrtc/system_wrappers/interface/thread_wrapper.h" +#include "webrtc/system_wrappers/interface/tick_util.h" using namespace webrtc; diff --git a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.h b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.h index fdf382dca..073046554 100644 --- a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.h +++ b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.h @@ -15,7 +15,7 @@ #include #include -#include "typedefs.h" +#include "webrtc/typedefs.h" namespace webrtc { class CriticalSectionWrapper; diff --git a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestLoadGenerator.cc b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestLoadGenerator.cc index cc494022a..6a66f2677 100644 --- a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestLoadGenerator.cc +++ b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestLoadGenerator.cc @@ -8,15 +8,17 @@ * be found in the AUTHORS file in the root of the source tree. */ -#include // for max function +#include "webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestLoadGenerator.h" + #include -#include "TestLoadGenerator.h" -#include "TestSenderReceiver.h" -#include "event_wrapper.h" -#include "thread_wrapper.h" -#include "critical_section_wrapper.h" -#include "tick_util.h" +#include + +#include "webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestSenderReceiver.h" +#include "webrtc/system_wrappers/interface/critical_section_wrapper.h" +#include "webrtc/system_wrappers/interface/event_wrapper.h" +#include "webrtc/system_wrappers/interface/thread_wrapper.h" +#include "webrtc/system_wrappers/interface/tick_util.h" bool SenderThreadFunction(void *obj) diff --git a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestLoadGenerator.h b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestLoadGenerator.h index 232796a60..61ebec867 100644 --- a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestLoadGenerator.h +++ b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestLoadGenerator.h @@ -13,8 +13,8 @@ #include -#include "typedefs.h" -#include "module_common_types.h" +#include "webrtc/modules/interface/module_common_types.h" +#include "webrtc/typedefs.h" class TestSenderReceiver; namespace webrtc { diff --git a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestSenderReceiver.cc b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestSenderReceiver.cc index 85666c5ca..aca467533 100644 --- a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestSenderReceiver.cc +++ b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestSenderReceiver.cc @@ -8,18 +8,19 @@ * be found in the AUTHORS file in the root of the source tree. */ -#include +#include "webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestSenderReceiver.h" -#include "rtp_rtcp.h" -#include "udp_transport.h" -#include "event_wrapper.h" -#include "thread_wrapper.h" -#include "tick_util.h" -#include "critical_section_wrapper.h" -#include "TestSenderReceiver.h" -#include "TestLoadGenerator.h" +#include #include +#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h" +#include "webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestLoadGenerator.h" +#include "webrtc/system_wrappers/interface/critical_section_wrapper.h" +#include "webrtc/system_wrappers/interface/event_wrapper.h" +#include "webrtc/system_wrappers/interface/thread_wrapper.h" +#include "webrtc/system_wrappers/interface/tick_util.h" +#include "webrtc/test/channel_transport/udp_transport.h" + #define NR_OF_SOCKET_BUFFERS 500 diff --git a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestSenderReceiver.h b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestSenderReceiver.h index e9c65ae4b..6edb380ed 100644 --- a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestSenderReceiver.h +++ b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/TestSenderReceiver.h @@ -11,10 +11,10 @@ #ifndef WEBRTC_MODULES_RTP_RTCP_TEST_BWESTANDALONE_TESTSENDERRECEIVER_H_ #define WEBRTC_MODULES_RTP_RTCP_TEST_BWESTANDALONE_TESTSENDERRECEIVER_H_ -#include "typedefs.h" -#include "rtp_rtcp.h" -#include "rtp_rtcp_defines.h" -#include "udp_transport.h" +#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h" +#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h" +#include "webrtc/test/channel_transport/udp_transport.h" +#include "webrtc/typedefs.h" class TestLoadGenerator; namespace webrtc { diff --git a/webrtc/modules/rtp_rtcp/test/testAPI/test_api_audio.cc b/webrtc/modules/rtp_rtcp/test/testAPI/test_api_audio.cc index 0d1ed9d79..d285bff56 100644 --- a/webrtc/modules/rtp_rtcp/test/testAPI/test_api_audio.cc +++ b/webrtc/modules/rtp_rtcp/test/testAPI/test_api_audio.cc @@ -10,13 +10,13 @@ #include #include -#include +#include "testing/gtest/include/gtest/gtest.h" -#include "test_api.h" +#include "webrtc/modules/rtp_rtcp/test/testAPI/test_api.h" -#include "common_types.h" -#include "rtp_rtcp.h" -#include "rtp_rtcp_defines.h" +#include "webrtc/common_types.h" +#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h" +#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h" using namespace webrtc; diff --git a/webrtc/modules/rtp_rtcp/test/testAPI/test_api_rtcp.cc b/webrtc/modules/rtp_rtcp/test/testAPI/test_api_rtcp.cc index 681f74e59..347da798b 100644 --- a/webrtc/modules/rtp_rtcp/test/testAPI/test_api_rtcp.cc +++ b/webrtc/modules/rtp_rtcp/test/testAPI/test_api_rtcp.cc @@ -11,12 +11,12 @@ #include #include -#include "gmock/gmock.h" -#include "gtest/gtest.h" -#include "test_api.h" -#include "common_types.h" -#include "rtp_rtcp.h" -#include "rtp_rtcp_defines.h" +#include "testing/gmock/include/gmock/gmock.h" +#include "testing/gtest/include/gtest/gtest.h" +#include "webrtc/common_types.h" +#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h" +#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h" +#include "webrtc/modules/rtp_rtcp/test/testAPI/test_api.h" using namespace webrtc; diff --git a/webrtc/modules/rtp_rtcp/test/testAPI/test_api_video.cc b/webrtc/modules/rtp_rtcp/test/testAPI/test_api_video.cc index 1d2ebc629..75d3ff90e 100644 --- a/webrtc/modules/rtp_rtcp/test/testAPI/test_api_video.cc +++ b/webrtc/modules/rtp_rtcp/test/testAPI/test_api_video.cc @@ -13,7 +13,7 @@ #include #include -#include "gtest/gtest.h" +#include "testing/gtest/include/gtest/gtest.h" #include "webrtc/common_types.h" #include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h" #include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h" diff --git a/webrtc/modules/rtp_rtcp/test/testFec/test_fec.cc b/webrtc/modules/rtp_rtcp/test/testFec/test_fec.cc index dc578551b..710b16f9d 100644 --- a/webrtc/modules/rtp_rtcp/test/testFec/test_fec.cc +++ b/webrtc/modules/rtp_rtcp/test/testFec/test_fec.cc @@ -20,12 +20,12 @@ #include #include -#include "modules/rtp_rtcp/source/fec_private_tables_bursty.h" -#include "modules/rtp_rtcp/source/forward_error_correction.h" -#include "modules/rtp_rtcp/source/forward_error_correction_internal.h" +#include "webrtc/modules/rtp_rtcp/source/fec_private_tables_bursty.h" +#include "webrtc/modules/rtp_rtcp/source/forward_error_correction.h" +#include "webrtc/modules/rtp_rtcp/source/forward_error_correction_internal.h" -#include "rtp_utility.h" -#include "testsupport/fileutils.h" +#include "webrtc/modules/rtp_rtcp/source/rtp_utility.h" +#include "webrtc/test/testsupport/fileutils.h" //#define VERBOSE_OUTPUT diff --git a/webrtc/modules/rtp_rtcp/test/testFec/test_packet_masks_metrics.cc b/webrtc/modules/rtp_rtcp/test/testFec/test_packet_masks_metrics.cc index fb07d00f0..cc1ee84e3 100644 --- a/webrtc/modules/rtp_rtcp/test/testFec/test_packet_masks_metrics.cc +++ b/webrtc/modules/rtp_rtcp/test/testFec/test_packet_masks_metrics.cc @@ -45,7 +45,7 @@ #include -#include "gtest/gtest.h" +#include "testing/gtest/include/gtest/gtest.h" #include "webrtc/modules/rtp_rtcp/source/forward_error_correction_internal.h" #include "webrtc/modules/rtp_rtcp/test/testFec/average_residual_loss_xor_codes.h" #include "webrtc/system_wrappers/interface/scoped_ptr.h" diff --git a/webrtc/modules/rtp_rtcp/test/testTMMBR/testTMMBR.cc b/webrtc/modules/rtp_rtcp/test/testTMMBR/testTMMBR.cc index c77015a4a..cd78610b7 100644 --- a/webrtc/modules/rtp_rtcp/test/testTMMBR/testTMMBR.cc +++ b/webrtc/modules/rtp_rtcp/test/testTMMBR/testTMMBR.cc @@ -8,15 +8,17 @@ * be found in the AUTHORS file in the root of the source tree. */ -#include #include -#include + +#include #include -#include "rtp_rtcp.h" -#include "common_types.h" -#include "rtcp_utility.h" -#include "tmmbr_help.h" +#include + +#include "webrtc/common_types.h" +#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h" +#include "webrtc/modules/rtp_rtcp/source/rtcp_utility.h" +#include "webrtc/modules/rtp_rtcp/source/tmmbr_help.h" #define TEST_STR "Test TMMBR." #define TEST_PASSED() std::cerr << TEST_STR << " : [OK]" << std::endl @@ -1031,4 +1033,3 @@ int _tmain(int argc, _TCHAR* argv[]) return 0; } -