From dff565f40105b20b0e8e4dba1f48ccc9b8e7ff44 Mon Sep 17 00:00:00 2001 From: Goraf <22941576+Goraf@users.noreply.github.com> Date: Fri, 23 Feb 2018 22:36:25 +0100 Subject: guard headers --- plugins/MirFox/src/MirFoxCommons/MirFoxCommons_pch.h | 1 + plugins/MirFox/src/common.h | 2 ++ 2 files changed, 3 insertions(+) (limited to 'plugins/MirFox/src') diff --git a/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_pch.h b/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_pch.h index 8b4e98b41f..85cc645c70 100644 --- a/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_pch.h +++ b/plugins/MirFox/src/MirFoxCommons/MirFoxCommons_pch.h @@ -1,5 +1,6 @@ //used in: all +#pragma once // Modify the following defines if you have to target a platform prior to the ones specified below. // Refer to MSDN for the latest info on corresponding values for different platforms. diff --git a/plugins/MirFox/src/common.h b/plugins/MirFox/src/common.h index f894436813..ed1020d3ac 100644 --- a/plugins/MirFox/src/common.h +++ b/plugins/MirFox/src/common.h @@ -1,3 +1,5 @@ +#pragma once + #include "MirFoxCommons_pch.h" -- cgit v1.2.3