dev: use #includes according to error's concerns

This commit is contained in:
2024-12-25 20:00:09 +01:00
parent 6d9b02e6de
commit 4c7d221a17
15 changed files with 42 additions and 44 deletions

View File

@@ -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