Blob Blame History Raw
From 57b8bb49dec9aa9f7eb8a1ea8629388447902bbf Mon Sep 17 00:00:00 2001
From: Sandro Mani <manisandro@gmail.com>
Date: Mon, 1 May 2017 23:12:52 +0200
Subject: [PATCH 4/8] Make some includes relative

---
 libsrc/include/meshing.hpp | 2 +-
 libsrc/include/myadt.hpp   | 2 +-
 libsrc/include/stlgeom.hpp | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/libsrc/include/meshing.hpp b/libsrc/include/meshing.hpp
index e41a88f..3d2cbda 100644
--- a/libsrc/include/meshing.hpp
+++ b/libsrc/include/meshing.hpp
@@ -1 +1 @@
-#include <../meshing/meshing.hpp>
+#include "../meshing/meshing.hpp"
diff --git a/libsrc/include/myadt.hpp b/libsrc/include/myadt.hpp
index d36bef0..cd6e43b 100644
--- a/libsrc/include/myadt.hpp
+++ b/libsrc/include/myadt.hpp
@@ -1 +1 @@
-#include <../general/myadt.hpp>
+#include "../general/myadt.hpp"
diff --git a/libsrc/include/stlgeom.hpp b/libsrc/include/stlgeom.hpp
index f1eea26..830d4e3 100644
--- a/libsrc/include/stlgeom.hpp
+++ b/libsrc/include/stlgeom.hpp
@@ -1 +1 @@
-#include <../stlgeom/stlgeom.hpp>
+#include "../stlgeom/stlgeom.hpp"
-- 
2.12.2