diff options
Diffstat (limited to 'Libraries/LibWeb/Bindings/NodeWrapperFactory.h')
-rw-r--r-- | Libraries/LibWeb/Bindings/NodeWrapperFactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Libraries/LibWeb/Bindings/NodeWrapperFactory.h b/Libraries/LibWeb/Bindings/NodeWrapperFactory.h index 33f162bbe3..b8fa0cd10b 100644 --- a/Libraries/LibWeb/Bindings/NodeWrapperFactory.h +++ b/Libraries/LibWeb/Bindings/NodeWrapperFactory.h @@ -26,8 +26,8 @@ #pragma once -#include <LibWeb/Forward.h> #include <LibJS/Forward.h> +#include <LibWeb/Forward.h> namespace Web { namespace Bindings { |