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

@ -18,7 +18,7 @@
#include <wlr/util/log.h>
#include "backend/backend.h"
#include "backend/multi.h"
#include "render/allocator.h"
#include "render/allocator/allocator.h"
#include "util/signal.h"
#if WLR_HAS_DRM_BACKEND