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:
parent
3536463e7e
commit
5493b8a59d
@ -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)
|
||||
|
||||
@ -19,8 +19,6 @@
|
||||
#error "Must define either WEBRTC_WIN or WEBRTC_POSIX."
|
||||
#endif
|
||||
|
||||
#include "webrtc/base/basictypes.h"
|
||||
|
||||
namespace rtc {
|
||||
|
||||
class Event {
|
||||
|
||||
@ -14,7 +14,6 @@
|
||||
#include <memory>
|
||||
#include <set>
|
||||
|
||||
#include "webrtc/base/basictypes.h"
|
||||
#include "webrtc/base/constructormagic.h"
|
||||
|
||||
namespace rtc {
|
||||
|
||||
@ -13,7 +13,6 @@
|
||||
|
||||
#include <string>
|
||||
#include "webrtc/libjingle/xmllite/xmlconstants.h"
|
||||
#include "webrtc/base/basictypes.h"
|
||||
|
||||
namespace buzz {
|
||||
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user