I hate this header

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4983 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2006-08-19 00:23:15 +00:00
parent 98e1956eac
commit 720bca17ef

View File

@ -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;