aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-12-23 00:13:15 +0000
committerlloyd <[email protected]>2009-12-23 00:13:15 +0000
commitbb516498eb36ff5ddf604a6561dc73e0cccad3af (patch)
treea2b161d50068cd2713b402d062779f2f851c1ce5 /src
parentfa23d991608dc81452965d79c32b402595c620e7 (diff)
Include as internal/
Diffstat (limited to 'src')
-rw-r--r--src/entropy/beos_stats/es_beos.cpp2
-rw-r--r--src/entropy/cryptoapi_rng/es_capi.cpp2
-rw-r--r--src/entropy/win32_stats/es_win32.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/entropy/beos_stats/es_beos.cpp b/src/entropy/beos_stats/es_beos.cpp
index 18eca5511..148d38b9b 100644
--- a/src/entropy/beos_stats/es_beos.cpp
+++ b/src/entropy/beos_stats/es_beos.cpp
@@ -5,7 +5,7 @@
* Distributed under the terms of the Botan license
*/
-#include <botan/es_beos.h>
+#include <botan/internal/es_beos.h>
#include <kernel/OS.h>
#include <kernel/image.h>
diff --git a/src/entropy/cryptoapi_rng/es_capi.cpp b/src/entropy/cryptoapi_rng/es_capi.cpp
index a70b52044..367166c62 100644
--- a/src/entropy/cryptoapi_rng/es_capi.cpp
+++ b/src/entropy/cryptoapi_rng/es_capi.cpp
@@ -5,7 +5,7 @@
* Distributed under the terms of the Botan license
*/
-#include <botan/es_capi.h>
+#include <botan/internal/es_capi.h>
#include <botan/parsing.h>
#include <windows.h>
#include <wincrypt.h>
diff --git a/src/entropy/win32_stats/es_win32.cpp b/src/entropy/win32_stats/es_win32.cpp
index a8e9e40f5..e9f564fee 100644
--- a/src/entropy/win32_stats/es_win32.cpp
+++ b/src/entropy/win32_stats/es_win32.cpp
@@ -5,7 +5,7 @@
* Distributed under the terms of the Botan license
*/
-#include <botan/es_win32.h>
+#include <botan/internal/es_win32.h>
#include <windows.h>
#include <tlhelp32.h>