sys/time.h is only included on non-windows

This commit is contained in:
Diogo Franco (Kovensky) 2012-11-21 17:05:32 +00:00
parent 188c0c1a2f
commit 5e3686f92e

View File

@ -11,7 +11,6 @@
#include <winsock2.h>
#endif
#include <fcntl.h>
#include <sys/time.h>
#include "base/logging.h"