summaryrefslogtreecommitdiff
path: root/Userland/Utilities
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-01-17 00:04:42 +0100
committerAndreas Kling <kling@serenityos.org>2021-01-17 00:04:42 +0100
commit1cb44ec5eebb7a1766ff9ec67665ece8c2a9f1fe (patch)
tree3df9c00e0a174d2851768d3cc0279d0ec7f73f46 /Userland/Utilities
parentfe96418a70f52a615f91c44d784139f966795f68 (diff)
downloadserenity-1cb44ec5eebb7a1766ff9ec67665ece8c2a9f1fe.zip
Everywhere: Remove more <AK/SharedBuffer.h> includes
Diffstat (limited to 'Userland/Utilities')
-rw-r--r--Userland/Utilities/pro.cpp1
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>