summaryrefslogtreecommitdiff
path: root/libs/litehtml/src/render_flex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/litehtml/src/render_flex.cpp')
-rw-r--r--libs/litehtml/src/render_flex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/litehtml/src/render_flex.cpp b/libs/litehtml/src/render_flex.cpp
index 7b497cf312..ad8ff3a2fc 100644
--- a/libs/litehtml/src/render_flex.cpp
+++ b/libs/litehtml/src/render_flex.cpp
@@ -1,6 +1,6 @@
-#include "html.h"
#include "types.h"
#include "render_flex.h"
+#include "html_tag.h"
int litehtml::render_item_flex::_render_content(int x, int y, bool /*second_pass*/, const containing_block_context &self_size, formatting_context* fmt_ctx)
{