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,7 +1,7 @@
#include <string.h>
#include <efield.h>
#include <ui.h>
#include "efield.h"
#include "ui.h"
struct editable_field field_new(char *content) {
struct editable_field __efield;