summary refs log tree commit diff
path: root/src/Cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Cache.h')
-rw-r--r--src/Cache.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Cache.h b/src/Cache.h

index 3bb118c7..12465c9d 100644 --- a/src/Cache.h +++ b/src/Cache.h
@@ -22,13 +22,11 @@ #include <QImage> #include <QString> -#if defined __has_include #if __has_include(<lmdbxx/lmdb++.h>) #include <lmdbxx/lmdb++.h> #else #include <lmdb++.h> #endif -#endif #include <mtx/responses.hpp>