diff options
-rw-r--r-- | src/asn1_str.cpp | 2 | ||||
-rw-r--r-- | src/asn1_tm.cpp | 2 | ||||
-rw-r--r-- | src/base.cpp | 2 | ||||
-rw-r--r-- | src/config.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/asn1_str.cpp b/src/asn1_str.cpp index e6125f00f..79c7933f7 100644 --- a/src/asn1_str.cpp +++ b/src/asn1_str.cpp @@ -8,7 +8,7 @@ #include <botan/ber_dec.h> #include <botan/charset.h> #include <botan/parsing.h> -#include <botan/conf.h> +#include <botan/config.h> namespace Botan { diff --git a/src/asn1_tm.cpp b/src/asn1_tm.cpp index e59b352c7..c9315d739 100644 --- a/src/asn1_tm.cpp +++ b/src/asn1_tm.cpp @@ -8,7 +8,7 @@ #include <botan/ber_dec.h> #include <botan/charset.h> #include <botan/parsing.h> -#include <botan/conf.h> +#include <botan/config.h> #include <ctime> namespace Botan { diff --git a/src/base.cpp b/src/base.cpp index b0f1eac80..839829ba5 100644 --- a/src/base.cpp +++ b/src/base.cpp @@ -7,7 +7,7 @@ #include <botan/version.h> #include <botan/parsing.h> #include <botan/util.h> -#include <botan/conf.h> +#include <botan/config.h> namespace Botan { diff --git a/src/config.cpp b/src/config.cpp index 0266444fe..61e481197 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -3,7 +3,7 @@ * (C) 1999-2006 The Botan Project * *************************************************/ -#include <botan/conf.h> +#include <botan/config.h> #include <botan/libstate.h> #include <botan/lookup.h> #include <botan/charset.h> |