1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 18:24:57 +00:00

LibWeb: Move the CSS parser into CSS/Parser/

This commit is contained in:
Andreas Kling 2020-07-28 19:20:11 +02:00
parent cc4109c03b
commit 7daeddb9e9
11 changed files with 17 additions and 17 deletions

View file

@ -24,8 +24,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <LibWeb/CSS/Parser/CSSParser.h>
#include <LibWeb/HTML/HTMLTableElement.h>
#include <LibWeb/Parser/CSSParser.h>
namespace Web::HTML {