refactor: review format and imports

This commit is contained in:
2026-05-11 07:53:28 +02:00
parent 8f0da378b0
commit cdc7df3e56
29 changed files with 30 additions and 37 deletions
-2
View File
@@ -1,4 +1,3 @@
#include <bsd/string.h>
#include <log.h>
#include <stdbool.h>
#include <stdio.h>
@@ -10,7 +9,6 @@
#include "types.h"
#include "file.h"
#include "string.h"
static time_t get_file_time(const File *file) {
struct stat attr;