Replaced boost::shared_ptr with std::shared_ptr
[pulseview.git] / test / data / decoderstack.cpp
index d6e4f75a8a898dbbf3aea473690dcffdbbdbfb71..0fc0da392249b33179e6e6202e0f655f53d57032 100644 (file)
 #include "../../pv/sigsession.h"
 #include "../../pv/view/decodetrace.h"
 
-using boost::shared_ptr;
 using pv::data::DecoderStack;
 using pv::data::decode::Decoder;
 using pv::view::DecodeTrace;
+using std::shared_ptr;
 using std::vector;
 
 BOOST_AUTO_TEST_SUITE(DecoderStackTest)