From 44309d3aafd0d18736bb34eb7749b117eca0f643 Mon Sep 17 00:00:00 2001 From: Gerry Stellenberg Date: Tue, 28 Dec 2010 10:07:06 -0600 Subject: [PATCH] Removed OS specific include path for yaml.h in pinproctest.cpp. Now always use yaml-cpp/yaml.h --- examples/pinproctest/pinproctest.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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"