@@ -215,10 +215,6 @@
includes:
- port.h
-- source_filter: "^contrib/libs/poco"
- includes:
- - timers.h
-
- cpu-features.h
- cpuid.h
@@ -22,7 +22,7 @@
#include <time.h>
#include <unistd.h>
#elif defined(POCO_VXWORKS)
-#include <timers.h>
+#error #include <timers.h>
#elif defined(POCO_OS_FAMILY_WINDOWS)
#include "Poco/UnWindows.h"
#endif
@@ -14,7 +14,7 @@
#include "Poco/Event_POSIX.h"
#if defined(POCO_VXWORKS)
#include <cstring>
#else
@@ -19,7 +19,7 @@
#include <sys/time.h>
#include "Poco/Semaphore_POSIX.h"
@@ -17,7 +17,7 @@
#include "Poco/Exception.h"
#include "Poco/Timestamp.h"
#include "Poco/Timespan.h"
namespace Poco {
@@ -23,7 +23,7 @@
#include <sys/times.h>