X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Fheader.cpp;h=af67abddd899f401b01eeb3d8665e271f959547c;hb=819f4c25391a9c74d3d2f528d462142d5c4aad4d;hp=ca5df96fca250dc23666bbdcf59f644a07083139;hpb=b2474b8dc0bec392d0cbe7cd18d342e3c9e42f63;p=pulseview.git diff --git a/pv/view/header.cpp b/pv/view/header.cpp index ca5df96f..af67abdd 100644 --- a/pv/view/header.cpp +++ b/pv/view/header.cpp @@ -36,8 +36,11 @@ #include -using namespace boost; -using namespace std; +using boost::shared_ptr; +using std::max; +using std::make_pair; +using std::pair; +using std::vector; namespace pv { namespace view {