mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +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 <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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue