Skip to content

Commit

Permalink
Fix includes in src/lib/mac/kmac/kmac.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian Albert <[email protected]>
  • Loading branch information
falko-strenzke and FAlbertDev authored Aug 15, 2023
1 parent 1561443 commit 6740857
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/mac/kmac/kmac.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/

#include "botan/assert.h"
#include "botan/exceptn.h"
#include "botan/secmem.h"
#include <botan/assert.h>
#include <botan/exceptn.h>
#include <botan/secmem.h>
#include <botan/types.h>
#include <botan/internal/kmac.h>
#include <limits>
Expand Down

0 comments on commit 6740857

Please sign in to comment.