From ac287b9033a5c38a47d2cca17b3d15fc6f51f921 Mon Sep 17 00:00:00 2001 From: "Hoinkis Simon (CC-AD/ESW1)" Date: Thu, 12 Dec 2019 12:46:55 +0100 Subject: [PATCH] IOX-#21 Replace include guards with pragma once Signed-off-by: Hoinkis Simon (CC-AD/ESW1) --- .../include/iceoryx_introspection/introspection_run.hpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/introspection/include/iceoryx_introspection/introspection_run.hpp b/tools/introspection/include/iceoryx_introspection/introspection_run.hpp index dc108b7e79..b960bd48e6 100644 --- a/tools/introspection/include/iceoryx_introspection/introspection_run.hpp +++ b/tools/introspection/include/iceoryx_introspection/introspection_run.hpp @@ -12,8 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef INTROSPECTION_RUN_HPP_INCLUDED -#define INTROSPECTION_RUN_HPP_INCLUDED +#pragma once #include "iceoryx_introspection/introspection_types.hpp" #include "iceoryx_posh/popo/subscriber.hpp" @@ -40,5 +39,3 @@ void runIntrospection(const int updatePeriodMs, const IntrospectionSelection int } // namespace introspection } // namespace client } // namespace iox - -#endif // INTROSPECTION_RUN_HPP_INCLUDED