X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fheader.cpp;h=28f8130d16d562a586e8d18765518d98cc840f4c;hp=ad91cd12f8c5df760058f121e0c2c30302efd43e;hb=83b1c8d251386ac1980284c4668cbdd8e425550f;hpb=20c80c8aa4720f5b379e319f553c133687069b4e diff --git a/pv/view/header.cpp b/pv/view/header.cpp index ad91cd1..28f8130 100644 --- a/pv/view/header.cpp +++ b/pv/view/header.cpp @@ -41,10 +41,6 @@ using boost::make_filter_iterator; using std::count_if; using std::dynamic_pointer_cast; -using std::max; -using std::make_pair; -using std::min; -using std::pair; using std::shared_ptr; using std::stable_sort; using std::vector;