Fixed minor typos in include guards.

This commit is contained in:
Patrick Lühne 2016-11-29 03:32:50 +01:00
parent a653556d77
commit 259ec5ae2f
No known key found for this signature in database
GPG Key ID: 05F3611E97A70ABF
2 changed files with 4 additions and 4 deletions

View File

@ -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 <cstdlib>

View File

@ -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 <iostream>