X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=test%2Fview%2Fruler.cpp;h=37ba9c8673e6db327977ac6caba48c3872862c1d;hb=f23c46921d031dba4c96062164cc9f3ca3c4809c;hp=37b8d3826cbdc4ad845b8b7c1c7632019bf269cc;hpb=5955ebeeaca4fc0beb88cbac401052ddc143e80b;p=pulseview.git diff --git a/test/view/ruler.cpp b/test/view/ruler.cpp index 37b8d38..37ba9c8 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 "pv/views/trace/ruler.hpp" #include "test/test.hpp" -using namespace pv::views::TraceView; +using namespace pv::views::trace; namespace { QString format(const pv::util::Timestamp& t)