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,10 +1,10 @@
#ifndef _UTILH_
#define _UTILH_
#include <keys.h>
#include <stdbool.h>
#include <stdint.h>
#include <sys/types.h>
#include "keys.h"
#include "stdbool.h"
#include "stdint.h"
#include "sys/types.h"
enum keys find_keyname(char *);
enum keys find_ansi(char *);