X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fdecodetrace.cpp;h=b0395eaa05dc685828a6d31d3d69a1383be59361;hp=21d88923ef1c5732f3a0f3ef1394219c2ead7907;hb=20f59e957e70250cfb876ac7a1743134d6b83339;hpb=762ab7a4b20928a784b2b3400ce748d901e32d2d diff --git a/pv/views/trace/decodetrace.cpp b/pv/views/trace/decodetrace.cpp index 21d88923..b0395eaa 100644 --- a/pv/views/trace/decodetrace.cpp +++ b/pv/views/trace/decodetrace.cpp @@ -56,14 +56,11 @@ extern "C" { using std::all_of; using std::make_pair; using std::max; -using std::map; using std::min; using std::out_of_range; using std::pair; using std::shared_ptr; -using std::make_shared; using std::tie; -using std::unordered_set; using std::vector; using pv::data::decode::Annotation;