From 2b6f8123e925e3be8ce7c04eccdd49fc728314a5 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Tue, 3 Jan 2023 09:31:51 +0100 Subject: Separated out libcommon as libreichwein --- response.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'response.cpp') diff --git a/response.cpp b/response.cpp index 98abac4..4f535df 100644 --- a/response.cpp +++ b/response.cpp @@ -4,8 +4,8 @@ #include "base64.h" #include "os.h" -#include "libcommon/mime.h" -#include "libcommon/file.h" +#include "libreichwein/mime.h" +#include "libreichwein/file.h" #include -- cgit v1.2.3