Fixed minor typos in include guards.
This commit is contained in:
parent
a653556d77
commit
259ec5ae2f
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user