treewide: sort headers

This commit is contained in:
Alexander Orzechowski 2023-11-23 16:58:47 -05:00
parent 26158d0718
commit dcd81c91f3
125 changed files with 252 additions and 300 deletions

View file

@ -1,10 +1,10 @@
#include <assert.h>
#include <stdlib.h>
#include <wlr/util/log.h>
#include <wlr/render/swapchain.h>
#include <wlr/types/wlr_buffer.h>
#include "render/allocator/allocator.h"
#include <wlr/util/log.h>
#include "render/drm_format_set.h"
#include "render/allocator/allocator.h"
static void swapchain_handle_allocator_destroy(struct wl_listener *listener,
void *data) {