Move declarations to appropiate header files

This is in preparation for the next patch.
This commit is contained in:
Rene Kita
2022-12-25 15:11:44 +01:00
parent 7c233b6590
commit 7c7af9e70c
7 changed files with 14 additions and 3 deletions

1
form.c
View File

@@ -2,6 +2,7 @@
/*
* HTML forms
*/
#include "display.h"
#include "fm.h"
#include "parsetag.h"
#include "parsetagx.h"