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

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