diff options
author | lloyd <[email protected]> | 2008-06-30 02:24:29 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-06-30 02:24:29 +0000 |
commit | 954e01df3c99836d13f2a188193b0bdbf660856a (patch) | |
tree | 8d4fdadb7663ad5b315d7c84dab60aaeaa90be78 /modules/es_unix | |
parent | 449eba1b6026d1271aacd41b58c7459d46099566 (diff) |
Remove unnecessary inclusion of botan/config.h in several modules
Diffstat (limited to 'modules/es_unix')
-rw-r--r-- | modules/es_unix/es_unix.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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> |