1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-24 18:25:23 +01:00

Removed OS specific include path for yaml.h in pinproctest.cpp. Now always use yaml-cpp/yaml.h

This commit is contained in:
Gerry Stellenberg
2010-12-28 10:07:06 -06:00
parent 7c6c3166fb
commit 44309d3aaf

View File

@@ -34,11 +34,7 @@
#include <cmath> #include <cmath>
#include "../../include/pinproc.h" // Include libpinproc's header. #include "../../include/pinproc.h" // Include libpinproc's header.
#include <fstream> #include <fstream>
#if defined(__WIN32__)
#include "yaml.h"
#else
#include <yaml-cpp/yaml.h> #include <yaml-cpp/yaml.h>
#endif
#include <sys/time.h> #include <sys/time.h>
#define kFlippersSection "PRFlippers" #define kFlippersSection "PRFlippers"