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,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;
|
||||
|
Reference in New Issue
Block a user