Move allocator stuff into new directory

Add render/allocator/ and include/render/allocator/ to hold
everything allocator-related.
This commit is contained in:
Simon Ser 2021-08-25 09:33:19 +02:00 committed by Simon Zeni
parent b37731cdbb
commit 3ce2ea9e16
17 changed files with 35 additions and 34 deletions

View file

@ -17,7 +17,6 @@
#include "backend/backend.h"
#include "backend/wayland.h"
#include "render/allocator.h"
#include "render/drm_format_set.h"
#include "render/pixel_format.h"
#include "render/wlr_renderer.h"