summaryrefslogtreecommitdiff
path: root/libs/litehtml/src/el_cdata.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2025-04-28 15:48:45 +0300
committerGeorge Hazan <george.hazan@gmail.com>2025-04-28 15:48:45 +0300
commite29db0c3414f6da69d7e11505819346fed9267a3 (patch)
tree67310fd9ce926aaeb0101a7bf79dfe30ff8eba33 /libs/litehtml/src/el_cdata.cpp
parent24da6586bfdb3e41cc8240e41162b016e10b68c3 (diff)
update for litehtml
Diffstat (limited to 'libs/litehtml/src/el_cdata.cpp')
-rw-r--r--libs/litehtml/src/el_cdata.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/litehtml/src/el_cdata.cpp b/libs/litehtml/src/el_cdata.cpp
index e5948bff13..c3b431b3f7 100644
--- a/libs/litehtml/src/el_cdata.cpp
+++ b/libs/litehtml/src/el_cdata.cpp
@@ -1,4 +1,3 @@
-#include "html.h"
#include "el_cdata.h"
litehtml::el_cdata::el_cdata(const std::shared_ptr<document>& doc) : element(doc)