Skip to content
Snippets Groups Projects
Commit bd3b6aef authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Remove even more headers

parent 63f30714
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
#include "Cache.h" #include "Cache.h"
#include "Cache_p.h" #include "Cache_p.h"
#include "Logging.h"
#include "Utils.h" #include "Utils.h"
//! Should be changed when a breaking change occurs in the cache format. //! Should be changed when a breaking change occurs in the cache format.
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
#pragma once #pragma once
#include <mutex>
#include <optional> #include <optional>
#include <QDateTime> #include <QDateTime>
...@@ -38,8 +37,6 @@ ...@@ -38,8 +37,6 @@
#include "CacheCryptoStructs.h" #include "CacheCryptoStructs.h"
#include "CacheStructs.h" #include "CacheStructs.h"
#include "Logging.h"
#include "MatrixClient.h"
int int
numeric_key_comparison(const MDB_val *a, const MDB_val *b); numeric_key_comparison(const MDB_val *a, const MDB_val *b);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment