From 5bc1f7bed536e0e936fd13fad45c49392b0bfff4 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Mon, 11 May 2020 12:24:04 +0200 Subject: Separated out routines to libcommon --- https.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'https.cpp') diff --git a/https.cpp b/https.cpp index cec0e4b..6ca27f0 100644 --- a/https.cpp +++ b/https.cpp @@ -1,10 +1,11 @@ #include "https.h" #include "config.h" -#include "file.h" #include "server.h" #include "response.h" +#include "libcommon/file.h" + #include #include -- cgit v1.2.3