From 3793ff8be882da974e654789c4f6808faafab62d Mon Sep 17 00:00:00 2001 From: Alexei Kotov Date: Sat, 22 Feb 2025 21:14:58 +0300 Subject: [PATCH] Standardize components/fx file include guards --- components/fx/lexer.hpp | 4 ++-- components/fx/lexertypes.hpp | 4 ++-- components/fx/parseconstants.hpp | 4 ++-- components/fx/pass.hpp | 4 ++-- components/fx/technique.hpp | 4 ++-- components/fx/types.hpp | 4 ++-- components/fx/widgets.hpp | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/components/fx/lexer.hpp b/components/fx/lexer.hpp index adc8974904..dda6b3a0f6 100644 --- a/components/fx/lexer.hpp +++ b/components/fx/lexer.hpp @@ -1,5 +1,5 @@ -#ifndef OPENMW_COMPONENTS_FX_LEXER_H -#define OPENMW_COMPONENTS_FX_LEXER_H +#ifndef OPENMW_COMPONENTS_FX_LEXER_HPP +#define OPENMW_COMPONENTS_FX_LEXER_HPP #include #include diff --git a/components/fx/lexertypes.hpp b/components/fx/lexertypes.hpp index c0df1a9da8..2a56a84a1a 100644 --- a/components/fx/lexertypes.hpp +++ b/components/fx/lexertypes.hpp @@ -1,5 +1,5 @@ -#ifndef OPENMW_COMPONENTS_FX_LEXERTYPES_H -#define OPENMW_COMPONENTS_FX_LEXERTYPES_H +#ifndef OPENMW_COMPONENTS_FX_LEXERTYPES_HPP +#define OPENMW_COMPONENTS_FX_LEXERTYPES_HPP #include #include diff --git a/components/fx/parseconstants.hpp b/components/fx/parseconstants.hpp index 412a19980b..3ad9abd959 100644 --- a/components/fx/parseconstants.hpp +++ b/components/fx/parseconstants.hpp @@ -1,5 +1,5 @@ -#ifndef OPENMW_COMPONENTS_FX_PARSECONSTANTS_H -#define OPENMW_COMPONENTS_FX_PARSECONSTANTS_H +#ifndef OPENMW_COMPONENTS_FX_PARSECONSTANTS_HPP +#define OPENMW_COMPONENTS_FX_PARSECONSTANTS_HPP #include #include diff --git a/components/fx/pass.hpp b/components/fx/pass.hpp index e176afc699..1c417ac8cf 100644 --- a/components/fx/pass.hpp +++ b/components/fx/pass.hpp @@ -1,5 +1,5 @@ -#ifndef OPENMW_COMPONENTS_FX_PASS_H -#define OPENMW_COMPONENTS_FX_PASS_H +#ifndef OPENMW_COMPONENTS_FX_PASS_HPP +#define OPENMW_COMPONENTS_FX_PASS_HPP #include #include diff --git a/components/fx/technique.hpp b/components/fx/technique.hpp index 2778763a9a..ad5e876faa 100644 --- a/components/fx/technique.hpp +++ b/components/fx/technique.hpp @@ -1,5 +1,5 @@ -#ifndef OPENMW_COMPONENTS_FX_TECHNIQUE_H -#define OPENMW_COMPONENTS_FX_TECHNIQUE_H +#ifndef OPENMW_COMPONENTS_FX_TECHNIQUE_HPP +#define OPENMW_COMPONENTS_FX_TECHNIQUE_HPP #include #include diff --git a/components/fx/types.hpp b/components/fx/types.hpp index 596b54c217..1536cda115 100644 --- a/components/fx/types.hpp +++ b/components/fx/types.hpp @@ -1,5 +1,5 @@ -#ifndef OPENMW_COMPONENTS_FX_TYPES_H -#define OPENMW_COMPONENTS_FX_TYPES_H +#ifndef OPENMW_COMPONENTS_FX_TYPES_HPP +#define OPENMW_COMPONENTS_FX_TYPES_HPP #include #include diff --git a/components/fx/widgets.hpp b/components/fx/widgets.hpp index 6217af7fee..59787ed9aa 100644 --- a/components/fx/widgets.hpp +++ b/components/fx/widgets.hpp @@ -1,5 +1,5 @@ -#ifndef OPENMW_COMPONENTS_FX_WIDGETS_H -#define OPENMW_COMPONENTS_FX_WIDGETS_H +#ifndef OPENMW_COMPONENTS_FX_WIDGETS_HPP +#define OPENMW_COMPONENTS_FX_WIDGETS_HPP #include #include