aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-06-30 02:24:29 +0000
committerlloyd <[email protected]>2008-06-30 02:24:29 +0000
commit954e01df3c99836d13f2a188193b0bdbf660856a (patch)
tree8d4fdadb7663ad5b315d7c84dab60aaeaa90be78 /modules
parent449eba1b6026d1271aacd41b58c7459d46099566 (diff)
Remove unnecessary inclusion of botan/config.h in several modules
Diffstat (limited to 'modules')
-rw-r--r--modules/es_capi/es_capi.cpp1
-rw-r--r--modules/es_dev/es_dev.cpp1
-rw-r--r--modules/es_egd/es_egd.cpp1
-rw-r--r--modules/es_unix/es_unix.cpp1
-rw-r--r--modules/tm_hard/tm_hard.cpp1
5 files changed, 0 insertions, 5 deletions
diff --git a/modules/es_capi/es_capi.cpp b/modules/es_capi/es_capi.cpp
index 1bc6b7011..7d1e0e753 100644
--- a/modules/es_capi/es_capi.cpp
+++ b/modules/es_capi/es_capi.cpp
@@ -5,7 +5,6 @@
#include <botan/es_capi.h>
#include <botan/parsing.h>
-#include <botan/config.h>
#include <windows.h>
#include <wincrypt.h>
diff --git a/modules/es_dev/es_dev.cpp b/modules/es_dev/es_dev.cpp
index 6045989b5..310620716 100644
--- a/modules/es_dev/es_dev.cpp
+++ b/modules/es_dev/es_dev.cpp
@@ -4,7 +4,6 @@
*************************************************/
#include <botan/es_dev.h>
-#include <botan/config.h>
#include <sys/select.h>
#include <sys/stat.h>
#include <sys/types.h>
diff --git a/modules/es_egd/es_egd.cpp b/modules/es_egd/es_egd.cpp
index 6b32d1d7f..da4aaf847 100644
--- a/modules/es_egd/es_egd.cpp
+++ b/modules/es_egd/es_egd.cpp
@@ -4,7 +4,6 @@
*************************************************/
#include <botan/es_egd.h>
-#include <botan/config.h>
#include <botan/bit_ops.h>
#include <botan/parsing.h>
#include <cstring>
diff --git a/modules/es_unix/es_unix.cpp b/modules/es_unix/es_unix.cpp
index b22d9dd5c..c503c20ae 100644
--- a/modules/es_unix/es_unix.cpp
+++ b/modules/es_unix/es_unix.cpp
@@ -6,7 +6,6 @@
#include <botan/es_unix.h>
#include <botan/unix_cmd.h>
#include <botan/parsing.h>
-#include <botan/config.h>
#include <algorithm>
#include <sys/time.h>
#include <sys/stat.h>
diff --git a/modules/tm_hard/tm_hard.cpp b/modules/tm_hard/tm_hard.cpp
index be8efd778..37746f48e 100644
--- a/modules/tm_hard/tm_hard.cpp
+++ b/modules/tm_hard/tm_hard.cpp
@@ -4,7 +4,6 @@
*************************************************/
#include <botan/tm_hard.h>
-#include <botan/config.h>
namespace Botan {