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/Libraries/LibGfx/Path.h | |
parent | 4c75d4af28b258c2754980365d457fa889bd06ee (diff) | |
download | serenity-689ca370d4eca80eb5c3856a69c3eed4ed848a29.zip |
Everywhere: Remove NonnullRefPtr.h includes
Diffstat (limited to 'Userland/Libraries/LibGfx/Path.h')
-rw-r--r-- | Userland/Libraries/LibGfx/Path.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibGfx/Path.h b/Userland/Libraries/LibGfx/Path.h index f6a92c4ce2..f2d6c05f38 100644 --- a/Userland/Libraries/LibGfx/Path.h +++ b/Userland/Libraries/LibGfx/Path.h @@ -8,7 +8,6 @@ #include <AK/DeprecatedString.h> #include <AK/HashMap.h> -#include <AK/NonnullRefPtrVector.h> #include <AK/Optional.h> #include <AK/Vector.h> #include <LibGfx/Forward.h> |