aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/modes/aead/gcm/gcm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/modes/aead/gcm/gcm.cpp')
-rw-r--r--src/lib/modes/aead/gcm/gcm.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/modes/aead/gcm/gcm.cpp b/src/lib/modes/aead/gcm/gcm.cpp
index 4b9c5b720..bfb11fe4d 100644
--- a/src/lib/modes/aead/gcm/gcm.cpp
+++ b/src/lib/modes/aead/gcm/gcm.cpp
@@ -6,10 +6,10 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#include <botan/gcm.h>
-#include <botan/ghash.h>
+#include <botan/internal/gcm.h>
+#include <botan/internal/ghash.h>
#include <botan/block_cipher.h>
-#include <botan/ctr.h>
+#include <botan/internal/ctr.h>
namespace Botan {