mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Update header guards to match new file paths
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
<https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef LOOT_BACKEND_HELPERS_HELPERS
|
||||
#define LOOT_BACKEND_HELPERS_HELPERS
|
||||
#ifndef LOOT_WINDOWS_ENCODING_CONVERTERS
|
||||
#define LOOT_WINDOWS_ENCODING_CONVERTERS
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
along with LOOT. If not, see
|
||||
<https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifndef LOOT_BACKEND_METADATA_MESSAGE_CONTENT
|
||||
#define LOOT_BACKEND_METADATA_MESSAGE_CONTENT
|
||||
#ifndef LOOT_YAML_MESSAGE_CONTENT
|
||||
#define LOOT_YAML_MESSAGE_CONTENT
|
||||
|
||||
#include <string>
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
along with LOOT. If not, see
|
||||
<https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifndef LOOT_BACKEND_METADATA_PLUGIN_METADATA
|
||||
#define LOOT_BACKEND_METADATA_PLUGIN_METADATA
|
||||
#ifndef LOOT_YAML_PLUGIN_METADATA
|
||||
#define LOOT_YAML_PLUGIN_METADATA
|
||||
|
||||
#include <cstdint>
|
||||
#include <list>
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
<https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef LOOT_BACKEND_HELPERS_YAML_SET_HELPERS
|
||||
#define LOOT_BACKEND_HELPERS_YAML_SET_HELPERS
|
||||
#ifndef LOOT_YAML_SET
|
||||
#define LOOT_YAML_SET
|
||||
|
||||
#include <set>
|
||||
#include <unordered_set>
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
along with LOOT. If not, see
|
||||
<https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifndef LOOT_BACKEND_METADATA_TAG
|
||||
#define LOOT_BACKEND_METADATA_TAG
|
||||
#ifndef LOOT_YAML_TAG
|
||||
#define LOOT_YAML_TAG
|
||||
|
||||
#include <string>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user