X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fview.cpp;h=9e2aeaa87af8c4319447e564009cd4332915aca8;hp=ae37b912ca984c0d13f2ff371bfe53e5baa5fb3c;hb=83b1c8d251386ac1980284c4668cbdd8e425550f;hpb=20c80c8aa4720f5b379e319f553c133687069b4e diff --git a/pv/view/view.cpp b/pv/view/view.cpp index ae37b91..9e2aeaa 100644 --- a/pv/view/view.cpp +++ b/pv/view/view.cpp @@ -29,13 +29,11 @@ #include #include #include -#include #include #include #include #include -#include #include #include @@ -67,8 +65,6 @@ #include "decodetrace.hpp" #endif -using boost::shared_lock; -using boost::shared_mutex; using pv::data::SignalData; using pv::data::Segment; @@ -78,11 +74,8 @@ using pv::util::Timestamp; using std::back_inserter; using std::copy_if; using std::count_if; -using std::deque; using std::dynamic_pointer_cast; using std::inserter; -using std::list; -using std::lock_guard; using std::max; using std::make_pair; using std::make_shared; @@ -95,7 +88,6 @@ using std::stringstream; using std::unordered_map; using std::unordered_set; using std::vector; -using std::weak_ptr; namespace pv { namespace views {