summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorCH Chethan Reddy <40890937+Chethan2k1@users.noreply.github.com>2020-05-15 17:00:52 +0530
committerChethan2k1 <40890937+Chethan2k1@users.noreply.github.com>2020-05-15 17:48:27 +0530
commit57b8cdbd4d94bd0adf5c92f775227e04dd5f2bf1 (patch)
tree457300f7fc80978c6a01b3e13280873eb8273af5 /src
parentChange the commit hash for mtxclient (diff)
downloadnheko-57b8cdbd4d94bd0adf5c92f775227e04dd5f2bf1.tar.xz
remove #if defined __has_include
Diffstat (limited to 'src')
-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>