commit | 7d2542623aa5e94a4fdb513f02f1b4e7ca2a4474 | [log] [tgz] |
---|---|---|
author | nisse <nisse@webrtc.org> | Wed Jan 25 09:47:24 2017 |
committer | Commit bot <commit-bot@chromium.org> | Wed Jan 25 09:47:24 2017 |
tree | 7c4f9e4fad0b58964d1238f8ef9ba83f86da501a | |
parent | b63a8ac5da2a45a7d0ccfec70c96eb4e949bd2fe [diff] |
Delete unneeded includes of base/common.h. Bulk of the changes were done using git grep -l '#include "webrtc/base/common.h"' | \ xargs sed -i '\,^#include.*webrtc/base/common\.h,d' followed by adding back the include in the few places where it is still needed, and in one case (pseudotcp.cc) instead deleting its use of RTC_UNUSED. BUG=webrtc:6424 Review-Url: https://codereview.webrtc.org/2644103002 Cr-Commit-Position: refs/heads/master@{#16263}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.