Inspector: Remove unused includes
Found while working on something else.
This commit is contained in:
parent
183b47733a
commit
aa5f130c84
Notes:
sideshowbarker
2024-07-17 23:03:26 +09:00
Author: https://github.com/BenWiederhake Commit: https://github.com/SerenityOS/serenity/commit/aa5f130c849 Pull-request: https://github.com/SerenityOS/serenity/pull/11192
2 changed files with 0 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
|
||||
#include "InspectorServerClient.h"
|
||||
#include <AK/NonnullOwnPtrVector.h>
|
||||
#include <LibCore/LocalSocket.h>
|
||||
|
||||
namespace Inspector {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue