aboutsummaryrefslogtreecommitdiffstats
path: root/include/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/modules.h b/include/modules.h
index 499782c69..e09c18e9b 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -8,7 +8,6 @@
#include <vector>
#include <string>
-#include <map>
namespace Botan {
@@ -30,7 +29,7 @@ class Mutex_Factory* get_mutex_factory();
class Timer* get_timer();
std::vector<EntropySource*> get_entropy_sources();
std::vector<Engine*> get_engines();
-std::map<std::string, Allocator*> get_allocators();
+std::vector<Allocator*> get_allocators();
}