Snapshot: Renamed to Segment
[pulseview.git] / test / data / decoderstack.cpp
index 1bfbfc1cf6369014428ab824c8b648811e6555e0..c169e1ff2271f1d779665486ab23cdc43b94089f 100644 (file)
 #include <libsigrokdecode/libsigrokdecode.h> /* First, so we avoid a _POSIX_C_SOURCE warning. */
 #include <boost/test/unit_test.hpp>
 
-#include <libsigrok/libsigrok.h>
+#include <libsigrok/libsigrok.hpp>
 
-#include "../../pv/data/decoderstack.h"
-#include "../../pv/devicemanager.h"
-#include "../../pv/sigsession.h"
-#include "../../pv/view/decodetrace.h"
+#include "../../pv/data/decoderstack.hpp"
+#include "../../pv/devicemanager.hpp"
+#include "../../pv/session.hpp"
+#include "../../pv/view/decodetrace.hpp"
 
 using pv::data::DecoderStack;
 using pv::data::decode::Decoder;