From 01b68a89b975288ebdf4e76d504b20491b4a2069 Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <dmitri.naumov@ufz.de> Date: Fri, 17 Jul 2015 17:24:16 +0200 Subject: [PATCH] [T] Point3d: correct includes. --- Tests/MathLib/TestPoint3d.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Tests/MathLib/TestPoint3d.cpp b/Tests/MathLib/TestPoint3d.cpp index 4449ab03884..fd67e02402b 100644 --- a/Tests/MathLib/TestPoint3d.cpp +++ b/Tests/MathLib/TestPoint3d.cpp @@ -13,8 +13,7 @@ #include <ctime> #include "gtest/gtest.h" -#include "Point3d.h" -#include "MathTools.h" +#include "MathLib/Point3d.h" using namespace MathLib; -- GitLab