Remove unneeded includes from trace_posix.cc.
TESTED=trybots R=niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/3629004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5103 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
48df38114d
commit
5973f3a24a
@ -17,12 +17,6 @@
|
|||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
#ifdef WEBRTC_ANDROID
|
|
||||||
#include <pthread.h>
|
|
||||||
#else
|
|
||||||
#include <iostream>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(_DEBUG)
|
#if defined(_DEBUG)
|
||||||
#define BUILDMODE "d"
|
#define BUILDMODE "d"
|
||||||
#elif defined(DEBUG)
|
#elif defined(DEBUG)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user