mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 21:47:52 +00:00
Convert to pragma once
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user