Inspector: Remove unused includes

Found while working on something else.
This commit is contained in:
Ben Wiederhake 2021-12-08 23:36:45 +01:00 committed by Brian Gianforcaro
parent 183b47733a
commit aa5f130c84
Notes: sideshowbarker 2024-07-17 23:03:26 +09:00
2 changed files with 0 additions and 2 deletions

View file

@ -9,7 +9,6 @@
#include <AK/JsonArray.h>
#include <AK/JsonObject.h>
#include <AK/NonnullOwnPtrVector.h>
#include <LibCore/LocalSocket.h>
#include <LibGUI/Model.h>
namespace Inspector {

View file

@ -8,7 +8,6 @@
#include "InspectorServerClient.h"
#include <AK/NonnullOwnPtrVector.h>
#include <LibCore/LocalSocket.h>
namespace Inspector {