aboutsummaryrefslogtreecommitdiff
path: root/page.c
diff options
context:
space:
mode:
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 32cc071..23f1fce 100644
--- a/page.c
+++ b/page.c
@@ -1,8 +1,8 @@
#define _POSIX_C_SOURCE 200809L
#include "page.h"
-#include "http.h"
-#include "html.h"
+#include <slweb/html.h>
+#include <slweb/http.h>
#include <dynstr.h>
#include <dirent.h>
#include <fcntl.h>