mirror of
https://github.com/javalsai/lidm.git
synced 2025-09-03 11:48:00 +02:00
dev: use #include
s according to error's concerns
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#include "util.h"
|
||||
#include <string.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
#include "util.h"
|
||||
|
||||
bool line_parser(FILE *fd, ssize_t *blksize,
|
||||
u_char (*cb)(char *key, char *value)) {
|
||||
|
Reference in New Issue
Block a user