blob: e86cb5e0efc3a6e37a906e5339c77fc722cfef52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
diff --git a/include/litehtml.h b/include/litehtml.h
index 98a24e0..d20addd 100644
--- a/include/litehtml.h
+++ b/include/litehtml.h
@@ -1,11 +1,11 @@
#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>
-#include <litehtml/utf8_strings.h>
+#include "html.h"
+#include "document.h"
+#include "html_tag.h"
+#include "stylesheet.h"
+#include "element.h"
+#include "utf8_strings.h"
#endif // LITEHTML_H
|