aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/prov/commoncrypto/commoncrypto_block.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/prov/commoncrypto/commoncrypto_block.cpp')
-rw-r--r--src/lib/prov/commoncrypto/commoncrypto_block.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/prov/commoncrypto/commoncrypto_block.cpp b/src/lib/prov/commoncrypto/commoncrypto_block.cpp
index b3680506b..d7d73b569 100644
--- a/src/lib/prov/commoncrypto/commoncrypto_block.cpp
+++ b/src/lib/prov/commoncrypto/commoncrypto_block.cpp
@@ -5,13 +5,12 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
+#include <botan/internal/commoncrypto.h>
+#include <botan/internal/commoncrypto_utils.h>
#include <botan/hex.h>
-
#include <botan/block_cipher.h>
-#include <botan/internal/commoncrypto.h>
-#include <CommonCrypto/CommonCrypto.h>
-#include "commoncrypto_utils.h"
+#include <CommonCrypto/CommonCrypto.h>
namespace Botan {