summaryrefslogtreecommitdiffhomepage
path: root/server.cpp
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-12 15:50:15 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-12 15:50:15 +0100
commit2bb0d2ab46bf8104ab6e0b96fdefbeb20aa4c9e4 (patch)
tree7bd0e7104d687206422d2d882592cd70b35ea80b /server.cpp
parent7472e4e8e4897adc90f9e9030bb35ea07ded8b32 (diff)
Move https.* to http.*
Diffstat (limited to 'server.cpp')
-rw-r--r--server.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/server.cpp b/server.cpp
index 3f6183b..26b4292 100644
--- a/server.cpp
+++ b/server.cpp
@@ -22,7 +22,6 @@
#include "server.h"
#include "http.h"
-#include "https.h"
#include "privileges.h"
#include "statistics.h"