Update header guards to match new file paths

This commit is contained in:
Oliver Hamlet
2017-02-06 18:03:16 +00:00
parent e499955e81
commit 5887600c1d
21 changed files with 42 additions and 42 deletions
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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>
+2 -2
View File
@@ -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>
+2 -2
View File
@@ -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>
+2 -2
View File
@@ -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>