diff --git a/Source/Core/Common/GL/GLExtensions/GLExtensions.h b/Source/Core/Common/GL/GLExtensions/GLExtensions.h index f1e258f98e..0c02745190 100644 --- a/Source/Core/Common/GL/GLExtensions/GLExtensions.h +++ b/Source/Core/Common/GL/GLExtensions/GLExtensions.h @@ -2,6 +2,8 @@ // Licensed under GPLv2+ // Refer to the license.txt file included. +#pragma once + #include #include "Common/CommonTypes.h" diff --git a/Source/Core/Common/VariantUtil.h b/Source/Core/Common/VariantUtil.h index c865ad9681..e9e2987d9c 100644 --- a/Source/Core/Common/VariantUtil.h +++ b/Source/Core/Common/VariantUtil.h @@ -2,6 +2,8 @@ // Licensed under GPLv2+ // Refer to the license.txt file included. +#pragma once + #include namespace detail diff --git a/Source/Core/Core/HW/EXI/BBA-TAP/TAP_Win32.h b/Source/Core/Core/HW/EXI/BBA-TAP/TAP_Win32.h index b87030f026..dd0eba3235 100644 --- a/Source/Core/Core/HW/EXI/BBA-TAP/TAP_Win32.h +++ b/Source/Core/Core/HW/EXI/BBA-TAP/TAP_Win32.h @@ -31,6 +31,8 @@ // the TAP-Win32 driver and contains definitions // common to both. //=============================================== +#pragma once + #include #include #include diff --git a/Source/Core/UICommon/CommandLineParse.h b/Source/Core/UICommon/CommandLineParse.h index d1d52c19b0..86bc6c99b2 100644 --- a/Source/Core/UICommon/CommandLineParse.h +++ b/Source/Core/UICommon/CommandLineParse.h @@ -2,6 +2,8 @@ // Licensed under GPLv2+ // Refer to the license.txt file included. +#pragma once + #include #include #include