From 4104d7f3fab3ab5422e7ceb9fdb40b944ca0ba92 Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Thu, 20 Dec 2012 20:28:19 +0000 Subject: [PATCH] Tidied include of view in mainwindow.cpp --- pv/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pv/mainwindow.cpp b/pv/mainwindow.cpp index d8083b5f..f17ad9c8 100644 --- a/pv/mainwindow.cpp +++ b/pv/mainwindow.cpp @@ -35,7 +35,7 @@ extern "C" { #include "mainwindow.h" #include "samplingbar.h" #include "dialogs/about.h" -#include "pv/view/view.h" +#include "view/view.h" extern "C" { /* __STDC_FORMAT_MACROS is required for PRIu64 and friends (in C++). */ -- 2.30.2