diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-19 00:23:15 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-19 00:23:15 +0000 |
commit | 720bca17eff999db3a3770f581535a51c2639c8e (patch) | |
tree | 8760a07d87b6b0d295535dcceb6bd6b36f5ed120 | |
parent | 98e1956eac672122fc9f5ee031f20289ad232354 (diff) |
I hate this header
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4983 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | include/globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/globals.h b/include/globals.h index 80c5bfa8c..6435b5813 100644 --- a/include/globals.h +++ b/include/globals.h @@ -19,7 +19,7 @@ #include <string> #include <deque> -#include <multimap> +#include <map> typedef std::deque<std::string> file_cache; typedef std::pair< std::string, std::string > KeyVal; |