]> sigrok.org Git - pulseview.git/blobdiff - test/data/decoderstack.cpp
Use device::Devices to represent sigrok Devices
[pulseview.git] / test / data / decoderstack.cpp
index ceb5147f66faefe844af40ed1ac993283d3f8495..96f8b4a0ee4ebf6bb41200a269bf871ead274d3c 100644 (file)
 #include <libsigrokdecode/libsigrokdecode.h> /* First, so we avoid a _POSIX_C_SOURCE warning. */
 #include <boost/test/unit_test.hpp>
 
-#include <libsigrok/libsigrok.hpp>
+#include <libsigrokcxx/libsigrokcxx.hpp>
 
 #include "../../pv/data/decoderstack.hpp"
 #include "../../pv/devicemanager.hpp"
-#include "../../pv/sigsession.hpp"
+#include "../../pv/session.hpp"
 #include "../../pv/view/decodetrace.hpp"
 
 using pv::data::DecoderStack;