mirror of
https://github.com/javalsai/lidm.git
synced 2025-09-01 02:47:59 +02:00
dev: use #include
s according to error's concerns
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
#ifndef _CONFIGH_
|
||||
#define _CONFIGH_
|
||||
|
||||
#include "util.h"
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <keys.h>
|
||||
#include <sessions.h>
|
||||
#include <users.h>
|
||||
#include "keys.h"
|
||||
#include "util.h"
|
||||
|
||||
// should be ansi escape codes under \x1b[...m
|
||||
// if not prepared accordingly, it might break
|
||||
|
Reference in New Issue
Block a user