mirror of
https://github.com/swaywm/sway.git
synced 2024-11-13 05:54:11 +01:00
stringop.c: clean up headers
This commit is contained in:
parent
2b70e8518b
commit
29a67a1a12
@ -1,13 +1,13 @@
|
|||||||
#define _POSIX_C_SOURCE 200809L
|
#define _POSIX_C_SOURCE 200809L
|
||||||
#include <stdlib.h>
|
#include <ctype.h>
|
||||||
|
#include <stdbool.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <strings.h>
|
#include <strings.h>
|
||||||
#include <ctype.h>
|
|
||||||
#include "stringop.h"
|
|
||||||
#include "log.h"
|
|
||||||
#include "string.h"
|
|
||||||
#include "list.h"
|
#include "list.h"
|
||||||
|
#include "log.h"
|
||||||
|
#include "stringop.h"
|
||||||
|
|
||||||
static const char whitespace[] = " \f\n\r\t\v";
|
static const char whitespace[] = " \f\n\r\t\v";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user