[cleanup] Remove useless includes.
Manual cleanup guided by include-what-you-use diagnostic. Bug: webrtc:8311 Change-Id: I00be03392cc7ee005101427ea7dc701621ccea68 Reviewed-on: https://webrtc-review.googlesource.com/c/103320 Commit-Queue: Yves Gerey <yvesg@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25013}
This commit is contained in:
@ -11,12 +11,9 @@
|
||||
#ifndef RTC_BASE_THREAD_H_
|
||||
#define RTC_BASE_THREAD_H_
|
||||
|
||||
#include <algorithm>
|
||||
#include <list>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#if defined(WEBRTC_POSIX)
|
||||
#include <pthread.h>
|
||||
|
||||
Reference in New Issue
Block a user