diff options
author | lloyd <[email protected]> | 2008-04-29 20:10:25 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-04-29 20:10:25 +0000 |
commit | a57adb1ba137c47d7ebaef9f64e265fcf653debe (patch) | |
tree | b1c40ad327e932e179e088755e6e1a64a881be82 | |
parent | 0adb72d5264bcf3b84cf4d7385b6c8922d824a1e (diff) |
Remove unused include of <vector>
-rw-r--r-- | include/config.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h index e0ceeb737..6a6a4fa10 100644 --- a/include/config.h +++ b/include/config.h @@ -1,6 +1,6 @@ /************************************************* * Configuration Handling Header File * -* (C) 1999-2007 Jack Lloyd * +* (C) 1999-2008 Jack Lloyd * *************************************************/ #ifndef BOTAN_POLICY_CONF_H__ @@ -8,7 +8,6 @@ #include <botan/mutex.h> #include <string> -#include <vector> #include <map> namespace Botan { |