X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=test%2Fview%2Fruler.cpp;h=5230e240dd9450f16757480e9e8de9b7cd89eb63;hp=a6dd1c9aad19d92d7148101580f0a8c7f890a304;hb=aca9aa834c742ba70f49d1ac3eb2d1e02e759416;hpb=3ccf0f7f5b1b31ac628a983a2becee6f4c4c1507 diff --git a/test/view/ruler.cpp b/test/view/ruler.cpp index a6dd1c9..5230e24 100644 --- a/test/view/ruler.cpp +++ b/test/view/ruler.cpp @@ -14,17 +14,16 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ -#include #include +#include #include "pv/view/ruler.hpp" #include "test/test.hpp" -using namespace pv::view; +using namespace pv::views::TraceView; namespace { QString format(const pv::util::Timestamp& t)