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/Ping/src/collection.h | 2 ++ plugins/Ping/src/stdafx.h | 2 ++ 2 files changed, 4 insertions(+) (limited to 'plugins/Ping/src') diff --git a/plugins/Ping/src/collection.h b/plugins/Ping/src/collection.h index 6e1615ea01..73e36fe704 100644 --- a/plugins/Ping/src/collection.h +++ b/plugins/Ping/src/collection.h @@ -1,3 +1,5 @@ +#pragma once + template class Collection { protected: diff --git a/plugins/Ping/src/stdafx.h b/plugins/Ping/src/stdafx.h index 7bdfa5be69..c90c557b73 100644 --- a/plugins/Ping/src/stdafx.h +++ b/plugins/Ping/src/stdafx.h @@ -1,3 +1,5 @@ +#pragma once + #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers #include -- cgit v1.2.3