From 0cbf659ad9eb2fd63e764d920e30de4ea4e11707 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 18 Dec 2018 14:21:29 +0100 Subject: [PATCH] Include guard for headers to support automoc --- RemesherToolbox.hh | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/RemesherToolbox.hh b/RemesherToolbox.hh index 70abf84..b81dcc9 100644 --- a/RemesherToolbox.hh +++ b/RemesherToolbox.hh @@ -39,17 +39,12 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + +#pragma once #include "ui_toolbox.hh" - #include +#include #include -- GitLab