Codechange: rename smallvec_type to container_func and use only when needed

This commit is contained in:
Rubidium
2023-05-18 11:20:35 +02:00
committed by rubidium42
parent 80d8c01814
commit 3323402aaa
46 changed files with 45 additions and 43 deletions

View File

@@ -18,6 +18,7 @@
#include "gfx_func.h"
#include "zoom_func.h"
#include "core/random_func.hpp"
#include "core/mem_func.hpp"
#include "error.h"
#include "core/geometry_func.hpp"
#include "string_func.h"