diff options
author | Andreas Kling <kling@serenityos.org> | 2023-03-06 14:47:32 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2023-03-06 23:46:35 +0100 |
commit | 689ca370d4eca80eb5c3856a69c3eed4ed848a29 (patch) | |
tree | 1829d6ba617fe9c6d5f6868049f17a0d40b988cf /Userland/Applications/PDFViewer/OutlineModel.cpp | |
parent | 4c75d4af28b258c2754980365d457fa889bd06ee (diff) | |
download | serenity-689ca370d4eca80eb5c3856a69c3eed4ed848a29.zip |
Everywhere: Remove NonnullRefPtr.h includes
Diffstat (limited to 'Userland/Applications/PDFViewer/OutlineModel.cpp')
-rw-r--r-- | Userland/Applications/PDFViewer/OutlineModel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Applications/PDFViewer/OutlineModel.cpp b/Userland/Applications/PDFViewer/OutlineModel.cpp index 5d3f632e58..81eb841a1a 100644 --- a/Userland/Applications/PDFViewer/OutlineModel.cpp +++ b/Userland/Applications/PDFViewer/OutlineModel.cpp @@ -6,7 +6,6 @@ #include "OutlineModel.h" #include <AK/Assertions.h> -#include <AK/NonnullRefPtrVector.h> #include <LibGUI/ModelRole.h> #include <LibGfx/Font/FontDatabase.h> #include <LibGfx/TextAlignment.h> |