mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 09:47: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
|
@ -14,7 +14,6 @@
|
|||
#include <AK/ByteBuffer.h>
|
||||
#include <AK/Function.h>
|
||||
#include <AK/HashMap.h>
|
||||
#include <AK/NonnullOwnPtrVector.h>
|
||||
#include <AK/StdLibExtras.h>
|
||||
#include <LibCore/Timer.h>
|
||||
#include <LibGUI/AbstractScrollableWidget.h>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
#include "AccountHolder.h"
|
||||
#include "InboxModel.h"
|
||||
#include <AK/NonnullOwnPtrVector.h>
|
||||
#include <LibGUI/Widget.h>
|
||||
#include <LibGfx/ShareableBitmap.h>
|
||||
#include <LibIMAP/Client.h>
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/NonnullOwnPtrVector.h>
|
||||
#include <LibGUI/ActionGroup.h>
|
||||
#include <LibGUI/Widget.h>
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
|
||||
#include "Forward.h"
|
||||
#include "Spreadsheet.h"
|
||||
#include <AK/NonnullOwnPtrVector.h>
|
||||
|
||||
namespace Spreadsheet {
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
#include <AK/DeprecatedString.h>
|
||||
#include <AK/HashMap.h>
|
||||
#include <AK/NonnullOwnPtrVector.h>
|
||||
#include <AK/Vector.h>
|
||||
#include <LibGUI/Icon.h>
|
||||
#include <LibGUI/Model.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue