diff options
author | Andreas Kling <kling@serenityos.org> | 2021-01-17 00:04:42 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-01-17 00:04:42 +0100 |
commit | 1cb44ec5eebb7a1766ff9ec67665ece8c2a9f1fe (patch) | |
tree | 3df9c00e0a174d2851768d3cc0279d0ec7f73f46 /Userland/Utilities | |
parent | fe96418a70f52a615f91c44d784139f966795f68 (diff) | |
download | serenity-1cb44ec5eebb7a1766ff9ec67665ece8c2a9f1fe.zip |
Everywhere: Remove more <AK/SharedBuffer.h> includes
Diffstat (limited to 'Userland/Utilities')
-rw-r--r-- | Userland/Utilities/pro.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Utilities/pro.cpp b/Userland/Utilities/pro.cpp index 9662d2300c..ba729b4e23 100644 --- a/Userland/Utilities/pro.cpp +++ b/Userland/Utilities/pro.cpp @@ -28,7 +28,6 @@ #include <AK/GenericLexer.h> #include <AK/LexicalPath.h> #include <AK/NumberFormat.h> -#include <AK/SharedBuffer.h> #include <AK/URL.h> #include <LibCore/ArgsParser.h> #include <LibCore/EventLoop.h> |