]> sigrok.org Git - pulseview.git/blobdiff - pv/view/header.cpp
Corrected signed/unsigned inconsistencies in Ruler::paintEvent
[pulseview.git] / pv / view / header.cpp
index bf003a4bf4926e7b6916668991701507bb4d7321..aaa98ab85fb59ab6da9583ac277d758736850da3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the PulseView project.
  *
  * Copyright (C) 2012 Joel Holdsworth <joel@airwebreathe.org.uk>
  *
@@ -21,8 +21,8 @@
 #include "header.h"
 #include "view.h"
 
-#include "../../signal.h"
-#include "../../sigsession.h"
+#include "../signal.h"
+#include "../sigsession.h"
 
 #include <assert.h>