From 259ec5ae2f312685496fa033cfbdfd4afefb381c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Tue, 29 Nov 2016 03:32:50 +0100 Subject: [PATCH] Fixed minor typos in include guards. --- include/anthem/input/Location.h | 4 ++-- include/anthem/output/Formatting.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/anthem/input/Location.h b/include/anthem/input/Location.h index 7beb227..efd1d69 100644 --- a/include/anthem/input/Location.h +++ b/include/anthem/input/Location.h @@ -1,5 +1,5 @@ -#ifndef __ANTHEM__OUTPUT__LOCATION_H -#define __ANTHEM__OUTPUT__LOCATION_H +#ifndef __ANTHEM__INPUT__LOCATION_H +#define __ANTHEM__INPUT__LOCATION_H #include diff --git a/include/anthem/output/Formatting.h b/include/anthem/output/Formatting.h index 346c4d3..4a556eb 100644 --- a/include/anthem/output/Formatting.h +++ b/include/anthem/output/Formatting.h @@ -1,5 +1,5 @@ -#ifndef __ANTHEM_OUTPUT__FORMATTING_H -#define __ANTHEM_OUTPUT__FORMATTING_H +#ifndef __ANTHEM__OUTPUT__FORMATTING_H +#define __ANTHEM__OUTPUT__FORMATTING_H #include