cleanup: get rid of basicdefs.h include

The ARRAY_SIZE macro it defines is not used anymore, as all the usages
were converted to arraysize macro from arraysize.h.

BUG=None
R=tommi@webrtc.org

Review URL: https://codereview.webrtc.org/1443273002

Cr-Commit-Position: refs/heads/master@{#10640}
This commit is contained in:
tfarina
2015-11-13 14:37:38 -08:00
committed by Commit bot
parent a4845efe14
commit fa5d0dbd1e
8 changed files with 0 additions and 8 deletions

View File

@ -145,7 +145,6 @@ static_library("rtc_base_approved") {
if (!build_with_chromium) {
sources += [
"basictypes.h",
"constructormagic.h",
"logging.cc",
"logging.h",

View File

@ -31,7 +31,6 @@
'sources': [
'array_view.h',
'atomicops.h',
'basictypes.h',
'bitbuffer.cc',
'bitbuffer.h',
'buffer.cc',

View File

@ -11,7 +11,6 @@
#include "webrtc/base/crc32.h"
#include "webrtc/base/arraysize.h"
#include "webrtc/base/basicdefs.h"
namespace rtc {

View File

@ -16,7 +16,6 @@
#include "webrtc/libjingle/xmllite/xmlconstants.h"
#include "webrtc/libjingle/xmllite/xmlelement.h"
#include "webrtc/libjingle/xmpp/jid.h"
#include "webrtc/base/basicdefs.h"
namespace buzz {

View File

@ -16,7 +16,6 @@
#include "webrtc/libjingle/xmpp/xmppclientsettings.h"
#include "webrtc/libjingle/xmpp/xmppengine.h"
#include "webrtc/libjingle/xmpp/xmpptask.h"
#include "webrtc/base/basicdefs.h"
#include "webrtc/base/sigslot.h"
#include "webrtc/base/task.h"

View File

@ -15,7 +15,6 @@
#endif
#include <errno.h>
#include "webrtc/base/basicdefs.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/thread.h"
#ifdef FEATURE_ENABLE_SSL

View File

@ -11,7 +11,6 @@
#include "webrtc/p2p/base/transportdescription.h"
#include "webrtc/base/arraysize.h"
#include "webrtc/base/basicdefs.h"
#include "webrtc/base/stringutils.h"
#include "webrtc/p2p/base/constants.h"

View File

@ -13,7 +13,6 @@
#include <algorithm>
#include <map>
#include "webrtc/base/basicdefs.h"
#include "webrtc/base/common.h"
#include "webrtc/base/helpers.h"
#include "webrtc/base/httpcommon.h"