mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
remove #if defined __has_include
This commit is contained in:
parent
e4a7e85935
commit
57b8cdbd4d
1 changed files with 0 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue