Remove even more headers

This commit is contained in:
Nicolas Werner 2020-01-31 16:36:58 +01:00
parent 63f3071445
commit bd3b6aefb4
2 changed files with 1 additions and 3 deletions

View File

@ -31,6 +31,7 @@
#include "Cache.h"
#include "Cache_p.h"
#include "Logging.h"
#include "Utils.h"
//! Should be changed when a breaking change occurs in the cache format.

View File

@ -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);