remove stray zip.h include

This commit is contained in:
Lion Kortlepel
2021-11-07 23:56:22 +01:00
parent 701a7feee3
commit 5fdd7beac8

View File

@@ -6,7 +6,6 @@
#include <ctime>
#include <sstream>
#include <zip.h>
std::string GetDate() {
std::chrono::system_clock::time_point now = std::chrono::system_clock::now();