#include #include LayoutTableCell::LayoutTableCell(const Element& element, NonnullRefPtr style) : LayoutBlock(&element, move(style)) { } LayoutTableCell::~LayoutTableCell() { }