From 077b37081fba6d60bd1cfcd8d6c2dc1c3af2b0c8 Mon Sep 17 00:00:00 2001
From: Tobias Leemann <tobias.leemann@fau.de>
Date: Wed, 29 Nov 2017 21:48:03 +0100
Subject: [PATCH] Removed Header from basic.h

---
 src/pe/basic.h                  | 1 -
 tests/pe/CollisionTobiasGJK.cpp | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/pe/basic.h b/src/pe/basic.h
index dcb0eeada..080517059 100644
--- a/src/pe/basic.h
+++ b/src/pe/basic.h
@@ -33,7 +33,6 @@
 #include "pe/rigidbody/StorageDataHandling.h"
 #include "pe/ccd/HashGridsDataHandling.h"
 #include "pe/fcd/SimpleFCDDataHandling.h"
-#include "pe/fcd/IterativeFCDDataHandling.h"
 #include "pe/bg/SimpleBGDataHandling.h"
 #include "pe/cr/DEM.h"
 #include "pe/cr/HCSITS.h"
diff --git a/tests/pe/CollisionTobiasGJK.cpp b/tests/pe/CollisionTobiasGJK.cpp
index d4fd8c1f2..e800d11f8 100644
--- a/tests/pe/CollisionTobiasGJK.cpp
+++ b/tests/pe/CollisionTobiasGJK.cpp
@@ -13,7 +13,7 @@
 //  You should have received a copy of the GNU General Public License along
 //  with waLBerla (see COPYING.txt). If not, see <http://www.gnu.org/licenses/>.
 //
-//! \file Collision.cpp
+//! \file CollisionTobiasGJK.cpp
 //! \author Sebastian Eibl <sebastian.eibl@fau.de>
 //
 //======================================================================================================================
-- 
GitLab