]> sigrok.org Git - pulseview.git/blobdiff - test/view/ruler.cpp
Move trace view files
[pulseview.git] / test / view / ruler.cpp
index a6dd1c9aad19d92d7148101580f0a8c7f890a304..9287975cae82cd6243fa26c9605258c9a66a836c 100644 (file)
  * 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 <http://www.gnu.org/licenses/>.
  */
 
-#include <boost/test/unit_test.hpp>
 #include <boost/test/floating_point_comparison.hpp>
+#include <boost/test/unit_test.hpp>
 
-#include "pv/view/ruler.hpp"
+#include "pv/views/trace/ruler.hpp"
 #include "test/test.hpp"
 
-using namespace pv::view;
+using namespace pv::views::TraceView;
 
 namespace {
        QString format(const pv::util::Timestamp& t)