From 262eb959f1b75808b4e23b74d6d3653277a64360 Mon Sep 17 00:00:00 2001 From: Iason Date: Tue, 2 Mar 2021 14:17:15 +0200 Subject: [PATCH] Refactoring --- edgemesh.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/edgemesh.hpp b/edgemesh.hpp index 7995507..a47e4c4 100644 --- a/edgemesh.hpp +++ b/edgemesh.hpp @@ -1,7 +1,6 @@ #ifndef EDGEMESH_HPP #define EDGEMESH_HPP #include "beam.hpp" -#include "externvariables.hpp" #include "polymesh.hpp" #include "utilities.hpp" #include "vcgtrimesh.hpp"