diff --git a/rtc_base/refcount.h b/rtc_base/refcount.h index 6b49dec114..f29d27990d 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.