summaryrefslogtreecommitdiff
path: root/Userland/pro.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/pro.cpp')
-rw-r--r--Userland/pro.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/pro.cpp b/Userland/pro.cpp
index 7209e60f7a..44f38fedf2 100644
--- a/Userland/pro.cpp
+++ b/Userland/pro.cpp
@@ -1,5 +1,5 @@
#include <AK/URL.h>
-#include <LibC/SharedBuffer.h>
+#include <AK/SharedBuffer.h>
#include <LibCore/CEventLoop.h>
#include <LibProtocol/Client.h>
#include <LibProtocol/Download.h>