remove #if defined __has_include

This commit is contained in:
CH Chethan Reddy 2020-05-15 17:00:52 +05:30 committed by Chethan2k1
parent e4a7e85935
commit 57b8cdbd4d
1 changed files with 0 additions and 2 deletions

View File

@ -22,13 +22,11 @@
#include <QImage> #include <QImage>
#include <QString> #include <QString>
#if defined __has_include
#if __has_include(<lmdbxx/lmdb++.h>) #if __has_include(<lmdbxx/lmdb++.h>)
#include <lmdbxx/lmdb++.h> #include <lmdbxx/lmdb++.h>
#else #else
#include <lmdb++.h> #include <lmdb++.h>
#endif #endif
#endif
#include <mtx/responses.hpp> #include <mtx/responses.hpp>