cec: clean ups and only include what we need from lib/platform.
[deb_libcec.git] / src / lib / platform / util / timeutils.h
similarity index 98%
rename from src/lib/platform/timeutils.h
rename to src/lib/platform/util/timeutils.h
index b2f613add0d85657015a72ab667f46360c9699a4..12c2145844489ab3ab84f4f84af30814d81fbc7c 100644 (file)
@@ -31,7 +31,8 @@
  *     http://www.pulse-eight.net/
  */
 
-#include <stdint.h>
+#include "../os.h"
+
 #if defined(__APPLE__)
 #include <mach/mach_time.h>
 #include <CoreVideo/CVHostTime.h>
@@ -41,8 +42,6 @@
 #include <sys/time.h>
 #endif
 
-#include "os.h"
-
 namespace PLATFORM
 {
   #if defined(__WINDOWS__)