diff --git a/core/rb_map.h b/core/rb_map.h index 3393e6dd3..d2507a053 100644 --- a/core/rb_map.h +++ b/core/rb_map.h @@ -31,9 +31,9 @@ #ifndef RB_MAP_H #define RB_MAP_H -#include "core/error/error_macros.h" +#include "core/error_macros.h" #include "core/os/memory.h" -#include "core/templates/pair.h" +#include "core/pair.h" // based on the very nice implementation of rb-trees by: // https://web.archive.org/web/20120507164830/https://web.mit.edu/~emin/www/source_code/red_black_tree/index.html