diff --git a/Libraries/LibWeb/DOM/Element.h b/Libraries/LibWeb/DOM/Element.h index a52ad47e1f..6aa3119acc 100644 --- a/Libraries/LibWeb/DOM/Element.h +++ b/Libraries/LibWeb/DOM/Element.h @@ -31,8 +31,8 @@ #include #include #include -#include #include +#include #include #include diff --git a/Libraries/LibWeb/HTML/TagNames.cpp b/Libraries/LibWeb/HTML/TagNames.cpp index b1d6558d79..f5eac7b6b6 100644 --- a/Libraries/LibWeb/HTML/TagNames.cpp +++ b/Libraries/LibWeb/HTML/TagNames.cpp @@ -24,7 +24,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include +#include namespace Web::HTML::TagNames {