Replace basictypes.h with stddef.h for size_t.

Files only making use of size_t from basictypes.h are replaced with
stddef.h, except in cases where they already for instance use stdio.h or
stdlib.h that already provide size_t.

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

Review-Url: https://codereview.webrtc.org/2605123002
Cr-Commit-Position: refs/heads/master@{#15865}
This commit is contained in:
pbos
2017-01-02 06:44:41 -08:00
committed by Commit bot
parent bad48f6d72
commit 9baddf25b9
8 changed files with 11 additions and 11 deletions

View File

@ -32,8 +32,6 @@
#include <string>
#include "webrtc/base/basictypes.h"
///////////////////////////////////////////////////////////////////////////////
// Generic string/memory utilities
///////////////////////////////////////////////////////////////////////////////