aboutsummaryrefslogtreecommitdiffstats
path: root/test/matrixtest.cpp
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-09-02 12:23:28 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-09-02 12:23:28 +0100
commit87311540bde93dc6ebf0aeb8fbac122346a99821 (patch)
treebda1dfea1f387a1358780267d113428f6723015e /test/matrixtest.cpp
parenta992108e5b6383450a147a0a0ef54576dca5bd95 (diff)
downloadYAGE-87311540bde93dc6ebf0aeb8fbac122346a99821.tar.gz
YAGE-87311540bde93dc6ebf0aeb8fbac122346a99821.zip
Fixed includes and standardized them
Diffstat (limited to 'test/matrixtest.cpp')
-rw-r--r--test/matrixtest.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/matrixtest.cpp b/test/matrixtest.cpp
index c969f39f..b570f6d4 100644
--- a/test/matrixtest.cpp
+++ b/test/matrixtest.cpp
@@ -6,15 +6,14 @@
* ----------------------------------------------------------------------------
*/
+#include <YAGE/Math/math.h>
+#include <gtest/gtest.h>
+
#include <algorithm>
#include <cstdlib>
#include <ctime>
#include <vector>
-#include "Math/math.hpp"
-
-#include "gtest/gtest.h"
-
template <int Size>
int matrixAddition(int num1, int num2)
{