X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fcursor.cpp;h=d845817de8fcd53898c9d3248497128220ef4041;hp=0376c2d40d7badbefefd632bbd0e42437248b6be;hb=83b1c8d251386ac1980284c4668cbdd8e425550f;hpb=20c80c8aa4720f5b379e319f553c133687069b4e diff --git a/pv/view/cursor.cpp b/pv/view/cursor.cpp index 0376c2d..d845817 100644 --- a/pv/view/cursor.cpp +++ b/pv/view/cursor.cpp @@ -34,9 +34,8 @@ #include #include -using std::abs; +using std::abs; // Force usage of std::abs() instead of C's abs(). using std::shared_ptr; -using std::numeric_limits; namespace pv { namespace views {