diff UnitTestsSources/GenericToolboxTests.cpp @ 1455:30deba7bc8e2

simplifying include_directories
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 20:54:01 +0200
parents 5630c2fb7b0f
children
line wrap: on
line diff
--- a/UnitTestsSources/GenericToolboxTests.cpp	Sat Jun 06 11:04:04 2020 +0200
+++ b/UnitTestsSources/GenericToolboxTests.cpp	Thu Jun 11 20:54:01 2020 +0200
@@ -18,16 +18,14 @@
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  **/
 
-#include <Framework/Toolbox/GenericToolbox.h>
+#include "../Framework/Toolbox/GenericToolbox.h"
 
 #include <boost/date_time/posix_time/posix_time.hpp>
 #include <boost/lexical_cast.hpp>
 #include <boost/enable_shared_from_this.hpp>
 
-#include "gtest/gtest.h"
-
-#include "stdint.h"
-
+#include <gtest/gtest.h>
+#include <stdint.h>
 #include <cmath>
 
 TEST(GenericToolbox, TestLegitDoubleString)