From c6f998b2a6e52802e3c1239856454a5cfd4ab82e Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 9 Oct 2022 11:47:55 +0200 Subject: [PATCH] Also update the include guards. --- modules/rtile_map/tile_map.h | 4 ++-- modules/rtile_map/tile_map_editor_plugin.h | 4 ++-- modules/rtile_map/tile_set.h | 4 ++-- modules/rtile_map/tile_set_editor_plugin.h | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/rtile_map/tile_map.h b/modules/rtile_map/tile_map.h index 77d2447ba..a94f2bc03 100644 --- a/modules/rtile_map/tile_map.h +++ b/modules/rtile_map/tile_map.h @@ -1,5 +1,5 @@ -#ifndef RTILE_MAP_H -#define RTILE_MAP_H +#ifndef TILE_MAP_H +#define TILE_MAP_H /*************************************************************************/ /* tile_map.h */ /*************************************************************************/ diff --git a/modules/rtile_map/tile_map_editor_plugin.h b/modules/rtile_map/tile_map_editor_plugin.h index c638aa35e..4b994eb76 100644 --- a/modules/rtile_map/tile_map_editor_plugin.h +++ b/modules/rtile_map/tile_map_editor_plugin.h @@ -1,5 +1,5 @@ -#ifndef RTILE_MAP_EDITOR_PLUGIN_H -#define RTILE_MAP_EDITOR_PLUGIN_H +#ifndef TILE_MAP_EDITOR_PLUGIN_H +#define TILE_MAP_EDITOR_PLUGIN_H /*************************************************************************/ /* tile_map_editor_plugin.h */ /*************************************************************************/ diff --git a/modules/rtile_map/tile_set.h b/modules/rtile_map/tile_set.h index d5180f85b..615959a22 100644 --- a/modules/rtile_map/tile_set.h +++ b/modules/rtile_map/tile_set.h @@ -1,5 +1,5 @@ -#ifndef RTILE_SET_H -#define RTILE_SET_H +#ifndef TILE_SET_H +#define TILE_SET_H /*************************************************************************/ /* tile_set.h */ /*************************************************************************/ diff --git a/modules/rtile_map/tile_set_editor_plugin.h b/modules/rtile_map/tile_set_editor_plugin.h index c3ea6d054..48a691c1f 100644 --- a/modules/rtile_map/tile_set_editor_plugin.h +++ b/modules/rtile_map/tile_set_editor_plugin.h @@ -1,5 +1,5 @@ -#ifndef RTILE_SET_EDITOR_PLUGIN_H -#define RTILE_SET_EDITOR_PLUGIN_H +#ifndef TILE_SET_EDITOR_PLUGIN_H +#define TILE_SET_EDITOR_PLUGIN_H /*************************************************************************/ /* tile_set_editor_plugin.h */ /*************************************************************************/