LibGUI: Remove unnecessary LibHTTP #include

This closes #2848.
This commit is contained in:
AnotherTest 2020-07-22 20:12:05 +04:30 committed by Andreas Kling
parent 248b79d687
commit c9c7069f9e

View file

@ -28,7 +28,6 @@
#include <LibGUI/Frame.h>
#include <LibGUI/ToolBar.h>
#include <LibHTTP/HttpJob.h>
namespace GUI {
@ -36,7 +35,6 @@ class ToolBarContainer : public Frame {
C_OBJECT(ToolBarContainer);
public:
private:
explicit ToolBarContainer(Gfx::Orientation = Gfx::Orientation::Horizontal);