From 376201c17ee8f7bb5831d7d70d33c641b9de512c Mon Sep 17 00:00:00 2001 From: Pk11 Date: Thu, 29 Apr 2021 23:18:29 -0500 Subject: [PATCH] Rename libarchive headers to hpp (Part 2) What do you mean these could've and should've been one commit? Clearly these need to be done in two parts and I didn't just forget about this --- source/utils/extract.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/utils/extract.cpp b/source/utils/extract.cpp index 718c648..ffda9ab 100644 --- a/source/utils/extract.cpp +++ b/source/utils/extract.cpp @@ -27,8 +27,8 @@ #include "extract.hpp" #include "queueSystem.hpp" #include "scriptUtils.hpp" -#include -#include +#include +#include #include int filesExtracted = 0, extractFilesCount = 0;