Remove even more headers

pull/115/head
Nicolas Werner 5 years ago
parent 63f3071445
commit bd3b6aefb4
  1. 1
      src/Cache.cpp
  2. 3
      src/Cache_p.h

@ -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.

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

Loading…
Cancel
Save