commit | 75dfd1c174933a139ff08f49f174c2db78e8e704 | [log] [tgz] |
---|---|---|
author | Niels Möller <nisse@webrtc.org> | Mon Oct 09 09:04:48 2017 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Oct 13 08:47:32 2017 +0000 |
tree | 612bd058c7c305a5cfbcdc1902b3e4f2597b2ec0 | |
parent | d189a7cbb7dfe7ef03258d2fd62dbe07498f0da2 [diff] |
Drop include of refcountedobject.h. This is a followup to cl https://webrtc-review.googlesource.com/7281, and a reland of the difficult part of cl https://webrtc-review.googlesource.com/5760. Bug: webrtc:8270 Change-Id: I92eb47083b47038015496e797a9ec18f75e607ca Reviewed-on: https://webrtc-review.googlesource.com/7607 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20270}
diff --git a/rtc_base/refcount.h b/rtc_base/refcount.h index 6b49dec..f29d279 100644 --- a/rtc_base/refcount.h +++ b/rtc_base/refcount.h
@@ -10,10 +10,6 @@ #ifndef RTC_BASE_REFCOUNT_H_ #define RTC_BASE_REFCOUNT_H_ -// TODO(nisse): Delete this include. We plan to let refcountedobject.h -// include this file, rather than the other way around. -#include "rtc_base/refcountedobject.h" - namespace rtc { // Reference count interface.