mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
Use vendored queue.h everywhere
This commit is contained in:
parent
9088b86b14
commit
b4315a3fda
2
calmwm.c
2
calmwm.c
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/queue.h>
|
||||
#include "queue.h"
|
||||
#include <sys/wait.h>
|
||||
|
||||
#include <err.h>
|
||||
|
2
client.c
2
client.c
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/queue.h>
|
||||
#include "queue.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <err.h>
|
||||
|
2
conf.c
2
conf.c
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/queue.h>
|
||||
#include "queue.h"
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <err.h>
|
||||
|
2
font.c
2
font.c
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/queue.h>
|
||||
#include "queue.h"
|
||||
|
||||
#include <err.h>
|
||||
#include <errno.h>
|
||||
|
2
group.c
2
group.c
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/queue.h>
|
||||
#include "queue.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <err.h>
|
||||
|
2
kbfunc.c
2
kbfunc.c
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/queue.h>
|
||||
#include "queue.h"
|
||||
|
||||
#include <dirent.h>
|
||||
#include <err.h>
|
||||
|
2
menu.c
2
menu.c
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/queue.h>
|
||||
#include "queue.h"
|
||||
|
||||
#include <ctype.h>
|
||||
#include <err.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/queue.h>
|
||||
#include "queue.h"
|
||||
|
||||
#include <err.h>
|
||||
#include <errno.h>
|
||||
|
2
screen.c
2
screen.c
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/queue.h>
|
||||
#include "queue.h"
|
||||
|
||||
#include <err.h>
|
||||
#include <errno.h>
|
||||
|
2
search.c
2
search.c
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/queue.h>
|
||||
#include "queue.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <err.h>
|
||||
|
2
util.c
2
util.c
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/queue.h>
|
||||
#include "queue.h"
|
||||
|
||||
#include <err.h>
|
||||
#include <errno.h>
|
||||
|
@ -25,7 +25,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/queue.h>
|
||||
#include "queue.h"
|
||||
|
||||
#include <err.h>
|
||||
#include <errno.h>
|
||||
|
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/queue.h>
|
||||
#include "queue.h"
|
||||
|
||||
#include <err.h>
|
||||
#include <errno.h>
|
||||
|
Loading…
Reference in New Issue
Block a user