From d6229992e3fac78aebcd5a124883d4cbe4982e90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 8 Jan 2019 14:15:17 +0100 Subject: [PATCH] Removed WhatsThisGenerator from Baseinterface --- MovePlugin.cc | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/MovePlugin.cc b/MovePlugin.cc index c5c1b7b..2ca215e 100644 --- a/MovePlugin.cc +++ b/MovePlugin.cc @@ -39,18 +39,11 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ - #include "MovePlugin.hh" #include +#include #ifdef USE_OPENMP #endif -- GitLab