summary refs log tree commit diff
path: root/src/Cache_p.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-01-31 16:36:58 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-01-31 16:36:58 +0100
commitbd3b6aefb4d5ca738d499fca72ab05c2b39061d7 (patch)
treeb1be1fec448964393c4faae57890cca069c3df7d /src/Cache_p.h
parentRemove more unneeded headers (diff)
downloadnheko-bd3b6aefb4d5ca738d499fca72ab05c2b39061d7.tar.xz
Remove even more headers
Diffstat (limited to 'src/Cache_p.h')
-rw-r--r--src/Cache_p.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Cache_p.h b/src/Cache_p.h
index b76a512f..eacb28a7 100644
--- a/src/Cache_p.h
+++ b/src/Cache_p.h
@@ -18,7 +18,6 @@
 
 #pragma once
 
-#include <mutex>
 #include <optional>
 
 #include <QDateTime>
@@ -38,8 +37,6 @@
 
 #include "CacheCryptoStructs.h"
 #include "CacheStructs.h"
-#include "Logging.h"
-#include "MatrixClient.h"
 
 int
 numeric_key_comparison(const MDB_val *a, const MDB_val *b);