Convert to pragma once

This commit is contained in:
Jack Andersen
2018-10-06 17:37:09 -10:00
parent 5f2611702d
commit 0cdfd0ad9f
54 changed files with 54 additions and 162 deletions

View File

@@ -2,8 +2,7 @@
// Created by Jack Andersen on 2/16/18.
//
#ifndef URDE_YAMLCOMMON_HPP
#define URDE_YAMLCOMMON_HPP
#pragma once
#include <cstring>
#include <yaml.h>
@@ -198,4 +197,3 @@ int YAMLAthenaWriter(athena::io::IStreamWriter* writer,
}
#endif //URDE_YAMLCOMMON_HPP