mirror of
https://github.com/swaywm/sway.git
synced 2026-04-19 06:46:40 -04:00
treewide: Sort includes
This commit is contained in:
parent
905dd141f4
commit
68dc3bb3a1
186 changed files with 454 additions and 458 deletions
|
|
@ -1,10 +1,10 @@
|
|||
#ifndef _SWAY_BUFFERS_H
|
||||
#define _SWAY_BUFFERS_H
|
||||
#include <cairo.h>
|
||||
#include <pango/pangocairo.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <wayland-client.h>
|
||||
#include <pango/pangocairo.h>
|
||||
|
||||
struct pool_buffer {
|
||||
struct wl_buffer *buffer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue