aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-04-29 20:10:25 +0000
committerlloyd <[email protected]>2008-04-29 20:10:25 +0000
commita57adb1ba137c47d7ebaef9f64e265fcf653debe (patch)
treeb1c40ad327e932e179e088755e6e1a64a881be82
parent0adb72d5264bcf3b84cf4d7385b6c8922d824a1e (diff)
Remove unused include of <vector>
-rw-r--r--include/config.h3
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 {