diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-04-28 15:48:45 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-04-28 15:48:45 +0300 |
| commit | e29db0c3414f6da69d7e11505819346fed9267a3 (patch) | |
| tree | 67310fd9ce926aaeb0101a7bf79dfe30ff8eba33 /libs/litehtml/src/flex_item.cpp | |
| parent | 24da6586bfdb3e41cc8240e41162b016e10b68c3 (diff) | |
update for litehtml
Diffstat (limited to 'libs/litehtml/src/flex_item.cpp')
| -rw-r--r-- | libs/litehtml/src/flex_item.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/litehtml/src/flex_item.cpp b/libs/litehtml/src/flex_item.cpp index b117c22415..687c7374e6 100644 --- a/libs/litehtml/src/flex_item.cpp +++ b/libs/litehtml/src/flex_item.cpp @@ -1,8 +1,6 @@ -#include "html.h" +#include <cmath> #include "flex_item.h" -#include "render_item.h" #include "flex_line.h" -#include <cmath> void litehtml::flex_item::init(const litehtml::containing_block_context &self_size, litehtml::formatting_context *fmt_ctx, flex_align_items align_items) |
