cec: clean ups and only include what we need from lib/platform.
[deb_libcec.git] / src / lib / platform / os.h
index fbe090342986ce0e7bc67fd5ad3099ce33994df6..8f88607f6ba8c3ce95ddbc2a53e799dd14b5cbf7 100644 (file)
  *     http://www.pulse-eight.net/
  */
 
-#if defined(_WIN32) || defined(_WIN64)
-#ifndef __WINDOWS__
-#define __WINDOWS__
-#endif
+#if (defined(_WIN32) || defined(_WIN64))
 #include "windows/os-types.h"
-#include "windows/os-threads.h"
 #else
 #include "posix/os-types.h"
-#include "posix/os-threads.h"
 #endif
-
-#include "timeutils.h"
-#include "threads/threads.h"
-#include "buffer.h"
-#include "StdString.h"