From 57b8cdbd4d94bd0adf5c92f775227e04dd5f2bf1 Mon Sep 17 00:00:00 2001 From: CH Chethan Reddy <40890937+Chethan2k1@users.noreply.github.com> Date: Fri, 15 May 2020 17:00:52 +0530 Subject: [PATCH] remove #if defined __has_include --- src/Cache.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Cache.h b/src/Cache.h index 3bb118c7a..12465c9d6 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> -- GitLab