From 32a9098128d7576bf24db9630c635ebf497a23d0 Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Sat, 18 Mar 2017 02:16:08 +0100 Subject: [PATCH] Include guard name --- src/plugins/simulator/fscommon/simulatorfscommon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/simulator/fscommon/simulatorfscommon.h b/src/plugins/simulator/fscommon/simulatorfscommon.h index f4a509d53..1e05c9973 100644 --- a/src/plugins/simulator/fscommon/simulatorfscommon.h +++ b/src/plugins/simulator/fscommon/simulatorfscommon.h @@ -9,8 +9,8 @@ //! \file -#ifndef BLACKSIMPLUGIN_SIMULATOR_COMMON_H -#define BLACKSIMPLUGIN_SIMULATOR_COMMON_H +#ifndef BLACKSIMPLUGIN_FSCOMMON_SIMULATORFSCOMMON_H +#define BLACKSIMPLUGIN_FSCOMMON_SIMULATORFSCOMMON_H #include "blackcore/simulatorcommon.h" #include "blackmisc/simulation/interpolator.h"