Skip to content

Commit

Permalink
LibWeb: Fix bad #include in CSSParser.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Jul 28, 2020
1 parent 7daeddb commit 481e838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/LibWeb/CSS/Parser/CSSParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
*/

#include <AK/HashMap.h>
#include <LibWeb/CSS/Parser/CSSParser.h>
#include <LibWeb/CSS/PropertyID.h>
#include <LibWeb/CSS/StyleSheet.h>
#include <LibWeb/DOM/Document.h>
#include <LibWeb/Parser/CSSParser.h>
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
Expand Down

0 comments on commit 481e838

Please sign in to comment.