remove doubled timeval definition from SharedUtil

This commit is contained in:
Stephen Birarda 2014-04-10 10:48:50 -07:00
parent da24483d7c
commit 186c588d5a

View file

@ -15,12 +15,6 @@
#include <cctype>
#include <time.h>
#ifdef _WIN32
#ifndef _timeval_
#define _timeval_
#endif
#endif
#ifdef __APPLE__
#include <CoreFoundation/CoreFoundation.h>
#endif