remove #if defined __has_include

pull/198/head
CH Chethan Reddy 5 years ago committed by Chethan2k1
parent e4a7e85935
commit 57b8cdbd4d
  1. 2
      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>

Loading…
Cancel
Save