diff options
Diffstat (limited to 'core/map.h')
-rw-r--r-- | core/map.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/core/map.h b/core/map.h index c8197639f2..77e73d70cb 100644 --- a/core/map.h +++ b/core/map.h @@ -31,12 +31,9 @@ #ifndef MAP_H #define MAP_H +#include "core/error_macros.h" #include "core/set.h" -/** - @author Juan Linietsky <reduzio@gmail.com> -*/ - // based on the very nice implementation of rb-trees by: // https://web.archive.org/web/20120507164830/http://web.mit.edu/~emin/www/source_code/red_black_tree/index.html |