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:
@@ -34,11 +34,7 @@
|
||||
#include <cmath>
|
||||
#include "../../include/pinproc.h" // Include libpinproc's header.
|
||||
#include <fstream>
|
||||
#if defined(__WIN32__)
|
||||
#include "yaml.h"
|
||||
#else
|
||||
#include <yaml-cpp/yaml.h>
|
||||
#endif
|
||||
#include <sys/time.h>
|
||||
|
||||
#define kFlippersSection "PRFlippers"
|
||||
|
||||
Reference in New Issue
Block a user