mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 19:38:01 +03:00
Reorganize includes
This commit is contained in:
parent
729fdf7d91
commit
416417a54c
50 changed files with 146 additions and 154 deletions
16
common/log.c
16
common/log.c
|
@ -1,17 +1,15 @@
|
|||
#include "log.h"
|
||||
#include "sway.h"
|
||||
#include "readline.h"
|
||||
#include <errno.h>
|
||||
#include <libgen.h>
|
||||
#include <signal.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <libgen.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <signal.h>
|
||||
#include <time.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <stringop.h>
|
||||
#include <time.h>
|
||||
#include "log.h"
|
||||
#include "sway.h"
|
||||
#include "readline.h"
|
||||
|
||||
static int colored = 1;
|
||||
static log_importance_t loglevel_default = L_ERROR;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue