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:
@ -13,7 +13,6 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "webrtc/base/basictypes.h"
|
||||
#include "webrtc/base/checks.h"
|
||||
#include "webrtc/base/stringutils.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user