aboutsummaryrefslogtreecommitdiff
path: root/page.c
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-10-10 23:43:47 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-10-11 00:08:40 +0200
commit28ae865e5ecad9b398ac21fa148fc4b93c987226 (patch)
tree1f045b4c55d9556557758f5cfa9457d07e988aa9 /page.c
parente3177b549d5fb9c065d336cbb95301f48e29863a (diff)
downloadslcl-28ae865e5ecad9b398ac21fa148fc4b93c987226.tar.gz
Apply slweb renaming to libweb
Diffstat (limited to 'page.c')
-rw-r--r--page.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/page.c b/page.c
index 8c525d4..27dc158 100644
--- a/page.c
+++ b/page.c
@@ -1,8 +1,8 @@
#define _POSIX_C_SOURCE 200809L
#include "page.h"
-#include <slweb/html.h>
-#include <slweb/http.h>
+#include <libweb/html.h>
+#include <libweb/http.h>
#include <dynstr.h>
#include <dirent.h>
#include <fcntl.h>