X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fglobals.h;h=2de2ba11bcd2f248950f60f334d869c3be0fa5d8;hb=9095800a1750caf7e5d6951090e8f6c2a2facbc4;hp=463f85300c3498007d0924ea5ac842360abe27c6;hpb=e4acbc95b8b6cd5b28d38a2242c02e8ff4991e4a;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/globals.h b/include/globals.h index 463f85300..2de2ba11b 100644 --- a/include/globals.h +++ b/include/globals.h @@ -14,14 +14,13 @@ #ifndef __WORLD_H #define __WORLD_H -#include +#include #include #include -#include /** A cached text file stored with its contents as lines */ -typedef std::deque file_cache; +typedef std::deque< std::string > file_cache; /** A configuration key and value pair */