mirror of
https://github.com/labwc/labwc.git
synced 2026-03-22 05:33:57 -04:00
src: remove unused #includes (via include-what-you-use)
This commit is contained in:
parent
7c185c1a85
commit
b00873a988
52 changed files with 5 additions and 114 deletions
|
|
@ -5,18 +5,14 @@
|
|||
* Copyright (C) 2016-2017 Drew DeVault
|
||||
*/
|
||||
#define _POSIX_C_SOURCE 200809L
|
||||
#include <assert.h>
|
||||
#include <cairo.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <pango/pangocairo.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/mman.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
#include <wayland-client.h>
|
||||
#include "pool-buffer.h"
|
||||
|
||||
static int anonymous_shm_open(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue