mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 02:17:34 +00:00
Everywhere: Remove NonnullOwnPtr.h includes
This commit is contained in:
parent
359d6e7b0b
commit
21db2b7b90
61 changed files with 10 additions and 57 deletions
|
@ -8,7 +8,6 @@
|
|||
|
||||
#include <AK/DeprecatedString.h>
|
||||
#include <AK/JsonObject.h>
|
||||
#include <AK/NonnullOwnPtrVector.h>
|
||||
|
||||
namespace Inspector {
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
#include <AK/JsonArray.h>
|
||||
#include <AK/JsonObject.h>
|
||||
#include <AK/NonnullOwnPtrVector.h>
|
||||
#include <LibGUI/Model.h>
|
||||
|
||||
namespace Inspector {
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
|
||||
#include <AK/JsonPath.h>
|
||||
#include <AK/JsonValue.h>
|
||||
#include <AK/NonnullOwnPtrVector.h>
|
||||
#include <LibGUI/Model.h>
|
||||
|
||||
namespace Inspector {
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "InspectorServerClient.h"
|
||||
#include <AK/NonnullOwnPtrVector.h>
|
||||
|
||||
namespace Inspector {
|
||||
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
#include "SourceModel.h"
|
||||
#include <AK/HashTable.h>
|
||||
#include <AK/LexicalPath.h>
|
||||
#include <AK/NonnullOwnPtrVector.h>
|
||||
#include <AK/QuickSort.h>
|
||||
#include <AK/RefPtr.h>
|
||||
#include <AK/Try.h>
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
#include "Report.h"
|
||||
#include "ValueWithShadow.h"
|
||||
#include <AK/HashMap.h>
|
||||
#include <AK/NonnullOwnPtrVector.h>
|
||||
#include <AK/OwnPtr.h>
|
||||
#include <AK/Types.h>
|
||||
#include <LibX86/Instruction.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue