diff options
author | Andreas Kling <kling@serenityos.org> | 2020-03-07 10:32:51 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-03-07 10:32:51 +0100 |
commit | 830a57c6b23430c749395811761252d1999f3559 (patch) | |
tree | 0bccfa6bc0ec8a39af0dab20633257df3384a4b3 /Applications/Browser/InspectorWidget.h | |
parent | 7a6c4a72d5a7da31dbbd5178a469ae37ef68eaea (diff) | |
download | serenity-830a57c6b23430c749395811761252d1999f3559.zip |
LibWeb: Rename directory LibHTML => LibWeb
Let's rename this to LibWeb since it aims to provide more parts of the
web platform than just HTML. :^)
Diffstat (limited to 'Applications/Browser/InspectorWidget.h')
-rw-r--r-- | Applications/Browser/InspectorWidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Applications/Browser/InspectorWidget.h b/Applications/Browser/InspectorWidget.h index de03e007a6..f070b77cf7 100644 --- a/Applications/Browser/InspectorWidget.h +++ b/Applications/Browser/InspectorWidget.h @@ -25,7 +25,7 @@ */ #include <LibGUI/Widget.h> -#include <LibHTML/Forward.h> +#include <LibWeb/Forward.h> class InspectorWidget final : public GUI::Widget { C_OBJECT(InspectorWidget) |