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:
@ -32,8 +32,6 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "webrtc/base/basictypes.h"
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Generic string/memory utilities
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user