Remove extra uses of basictypes.h.

None of these files use size_t, int types or any of the macros/types
defined in basictypes.h.

BUG=webrtc:6853
R=tommi@webrtc.org

Review-Url: https://codereview.webrtc.org/2564673002
Cr-Commit-Position: refs/heads/master@{#15513}
This commit is contained in:
pbos 2016-12-09 06:54:00 -08:00 committed by Commit bot
parent 3536463e7e
commit 5493b8a59d
6 changed files with 0 additions and 7 deletions

View File

@ -11,7 +11,6 @@
#ifndef WEBRTC_BASE_COMMON_H_ // NOLINT
#define WEBRTC_BASE_COMMON_H_
#include "webrtc/base/basictypes.h"
#include "webrtc/base/constructormagic.h"
#if defined(_MSC_VER)

View File

@ -19,8 +19,6 @@
#error "Must define either WEBRTC_WIN or WEBRTC_POSIX."
#endif
#include "webrtc/base/basictypes.h"
namespace rtc {
class Event {

View File

@ -14,7 +14,6 @@
#include <memory>
#include <set>
#include "webrtc/base/basictypes.h"
#include "webrtc/base/constructormagic.h"
namespace rtc {

View File

@ -13,7 +13,6 @@
#include <string>
#include "webrtc/libjingle/xmllite/xmlconstants.h"
#include "webrtc/base/basictypes.h"
namespace buzz {

View File

@ -11,7 +11,6 @@
#ifndef WEBRTC_PC_RTCPMUXFILTER_H_
#define WEBRTC_PC_RTCPMUXFILTER_H_
#include "webrtc/base/basictypes.h"
#include "webrtc/p2p/base/sessiondescription.h"
namespace cricket {

View File

@ -61,7 +61,6 @@
#define WEBRTC_CPU_DETECTION
#endif
// TODO(pbos): Use webrtc/base/basictypes.h instead to include fixed-size ints.
#include <stdint.h>
// Annotate a function indicating the caller must examine the return value.