Fix more includes.

This commit is contained in:
Relintai 2022-08-07 22:45:50 +02:00
parent 7301c3f43c
commit ef5f5f6da4

View File

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