diff --git a/examples/pinproctest/pinproctest.h b/examples/pinproctest/pinproctest.h index 3a3b2fc..9492144 100644 --- a/examples/pinproctest/pinproctest.h +++ b/examples/pinproctest/pinproctest.h @@ -34,11 +34,7 @@ #include #include "../../include/pinproc.h" // Include libpinproc's header. #include -#if defined(__WIN32__) - #include "yaml.h" -#else - #include -#endif +#include #include #define kFlippersSection "PRFlippers"