refactor: mv inc from .c to .h

This commit is contained in:
_N3m0 2023-12-30 23:28:40 +01:00
parent 4c73f89184
commit b4c12f0ce2
2 changed files with 1 additions and 1 deletions

1
page.c
View File

@ -1,4 +1,3 @@
#include "config.h"
#include "page.h"
PageHTML page = {

1
page.h
View File

@ -5,6 +5,7 @@
#include <string.h>
#include <curl/curl.h>
#include "config.h"
#define DEFAULT_PAGE_LEN 16