summaryrefslogtreecommitdiff
path: root/Servers/ProtocolServer/HttpDownload.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Servers/ProtocolServer/HttpDownload.cpp')
-rw-r--r--Servers/ProtocolServer/HttpDownload.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Servers/ProtocolServer/HttpDownload.cpp b/Servers/ProtocolServer/HttpDownload.cpp
index 57dff970e7..af83dfa625 100644
--- a/Servers/ProtocolServer/HttpDownload.cpp
+++ b/Servers/ProtocolServer/HttpDownload.cpp
@@ -24,8 +24,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <LibCore/CHttpJob.h>
-#include <LibCore/CHttpResponse.h>
+#include <LibCore/HttpJob.h>
+#include <LibCore/HttpResponse.h>
#include <ProtocolServer/HttpDownload.h>
HttpDownload::HttpDownload(PSClientConnection& client, NonnullRefPtr<Core::HttpJob>&& job)