aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cxx/include/aesnixx
diff options
context:
space:
mode:
Diffstat (limited to 'cxx/include/aesnixx')
-rw-r--r--cxx/include/aesnixx/aes.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cxx/include/aesnixx/aes.hpp b/cxx/include/aesnixx/aes.hpp
index 358e24f..5d293ca 100644
--- a/cxx/include/aesnixx/aes.hpp
+++ b/cxx/include/aesnixx/aes.hpp
@@ -6,6 +6,8 @@
* See LICENSE.txt for details.
*/
+#pragma once
+
#include "algorithm.hpp"
#include "data.hpp"
#include "mode.hpp"
@@ -14,8 +16,6 @@
#include <string>
-#pragma once
-
namespace aesni
{
namespace aes