From 7b6bbf79c4bb73013e2fe01f84f0025e7c06c00e Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Wed, 19 Sep 2012 23:50:28 +0200 Subject: Namespace and styling fix --- src/math/all.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src/math/all.h') diff --git a/src/math/all.h b/src/math/all.h index 0d067d3..10c17a9 100644 --- a/src/math/all.h +++ b/src/math/all.h @@ -21,9 +21,10 @@ #pragma once -#include "const.h" -#include "func.h" -#include "point.h" -#include "vector.h" -#include "matrix.h" -#include "geometry.h" + +#include "math/const.h" +#include "math/func.h" +#include "math/point.h" +#include "math/vector.h" +#include "math/matrix.h" +#include "math/geometry.h" -- cgit v1.2.3-1-g7c22