From 6454b973c9533fa8a9a90daa18e020d6a0d470de Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <github@naumov.de>
Date: Sat, 9 Mar 2019 20:49:30 +0100
Subject: [PATCH] [MGTL] Remove unnecessary includes.

This also resolves some cyclic dependencies on header files level.
---
 MeshGeoToolsLib/MeshEditing/ResetMeshElementProperty.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/MeshGeoToolsLib/MeshEditing/ResetMeshElementProperty.h b/MeshGeoToolsLib/MeshEditing/ResetMeshElementProperty.h
index 9d8e36723ff..15173e04e57 100644
--- a/MeshGeoToolsLib/MeshEditing/ResetMeshElementProperty.h
+++ b/MeshGeoToolsLib/MeshEditing/ResetMeshElementProperty.h
@@ -13,11 +13,6 @@
 #include <cstdlib>
 #include <vector>
 
-#include <tclap/CmdLine.h>
-
-#include "Applications/ApplicationsLib/LogogSetup.h"
-#include "Applications/FileIO/readGeometryFromFile.h"
-
 #include "MeshLib/IO/readMeshFromFile.h"
 #include "MeshLib/IO/writeMeshToFile.h"
 
-- 
GitLab