Separate set.h from map.h

This commit is contained in:
Bartłomiej T. Listwon 2021-04-14 11:43:45 +02:00
parent 33333f1681
commit 1eaaf2f9a2
2 changed files with 2 additions and 1 deletions

View file

@ -36,6 +36,7 @@
#include "core/string/print_string.h"
#include "core/templates/list.h"
#include "core/templates/map.h"
#include "core/templates/set.h"
// Godot's packed file magic header ("GDPC" in ASCII).
#define PACK_HEADER_MAGIC 0x43504447

View file

@ -32,7 +32,7 @@
#define MAP_H
#include "core/error/error_macros.h"
#include "core/templates/set.h"
#include "core/os/memory.h"
// 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