refactor: review format and imports
This commit is contained in:
+2
-3
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user