summaryrefslogtreecommitdiffhomepage
path: root/response.cpp
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-03 09:31:51 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-03 09:31:51 +0100
commit2b6f8123e925e3be8ce7c04eccdd49fc728314a5 (patch)
tree78e86bb428b3bc821ae84d0f6abe86136356bd1a /response.cpp
parent5581340f23b31114d33736c630de849898668f38 (diff)
Separated out libcommon as libreichwein
Diffstat (limited to 'response.cpp')
-rw-r--r--response.cpp4
1 files changed, 2 insertions, 2 deletions
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 <boost/algorithm/string/predicate.hpp>