2023-02-24 03:25:44 +08:00
|
|
|
diff --git a/include/litehtml.h b/include/litehtml.h
|
|
|
|
index 98a24e0..d20addd 100644
|
|
|
|
--- a/include/litehtml.h
|
|
|
|
+++ b/include/litehtml.h
|
2024-05-09 02:45:05 +08:00
|
|
|
@@ -1,11 +1,11 @@
|
2023-02-24 03:25:44 +08:00
|
|
|
#ifndef LITEHTML_H
|
|
|
|
#define LITEHTML_H
|
|
|
|
|
|
|
|
-#include <litehtml/html.h>
|
|
|
|
-#include <litehtml/document.h>
|
|
|
|
-#include <litehtml/html_tag.h>
|
|
|
|
-#include <litehtml/stylesheet.h>
|
|
|
|
-#include <litehtml/element.h>
|
2024-05-09 02:45:05 +08:00
|
|
|
-#include <litehtml/utf8_strings.h>
|
2023-03-01 02:10:26 +08:00
|
|
|
+#include "html.h"
|
|
|
|
+#include "document.h"
|
|
|
|
+#include "html_tag.h"
|
|
|
|
+#include "stylesheet.h"
|
|
|
|
+#include "element.h"
|
2024-05-09 02:45:05 +08:00
|
|
|
+#include "utf8_strings.h"
|
2023-02-24 03:25:44 +08:00
|
|
|
|
|
|
|
#endif // LITEHTML_H
|