mirror of
https://github.com/swaywm/sway.git
synced 2026-04-07 08:21:29 -04:00
Reorganize includes
This commit is contained in:
parent
729fdf7d91
commit
416417a54c
50 changed files with 146 additions and 154 deletions
|
|
@ -1,12 +1,12 @@
|
|||
#include "border.h"
|
||||
#include <wlc/wlc-render.h>
|
||||
#include <cairo/cairo.h>
|
||||
#include <pango/pangocairo.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <arpa/inet.h>
|
||||
#include "container.h"
|
||||
#include "config.h"
|
||||
#include "sway/border.h"
|
||||
#include "sway/container.h"
|
||||
#include "sway/config.h"
|
||||
#include "client/pango.h"
|
||||
|
||||
void cairo_set_source_u32(cairo_t *cairo, uint32_t color) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue