mirror of
https://github.com/libAthena/athena.git
synced 2025-12-13 15:16:15 +00:00
Convert to pragma once
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#ifndef __AES_HPP__
|
||||
#define __AES_HPP__
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <cstdlib>
|
||||
@@ -21,4 +20,3 @@ std::unique_ptr<IAES> NewAES();
|
||||
|
||||
}
|
||||
|
||||
#endif //__AES_HPP__
|
||||
|
||||
Reference in New Issue
Block a user