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 -3
View File
@@ -1,4 +1,4 @@
#include <bsd/string.h>
#include <log.h>
#include <string.h>
#include "types.h"
@@ -6,7 +6,6 @@
#include "config.h"
#include "config_file.h"
#include "file.h"
#include "log.h"
#include "project.h"
#include "state.h"
#include "string.h"
@@ -141,4 +140,4 @@ void project_free(const Project *project) {
}
config_file_free(&project->config);
}
}