Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/llfio/v2.0/detail/impl/posix/utils.ipp')
-rw-r--r--include/llfio/v2.0/detail/impl/posix/utils.ipp12
1 files changed, 1 insertions, 11 deletions
diff --git a/include/llfio/v2.0/detail/impl/posix/utils.ipp b/include/llfio/v2.0/detail/impl/posix/utils.ipp
index 2ec36a6f..8c033899 100644
--- a/include/llfio/v2.0/detail/impl/posix/utils.ipp
+++ b/include/llfio/v2.0/detail/impl/posix/utils.ipp
@@ -24,17 +24,7 @@ Distributed under the Boost Software License, Version 1.0.
#include "../../../utils.hpp"
-#ifdef __has_include
-#if __has_include("../../../quickcpplib/include/spinlock.hpp")
-#include "../../../quickcpplib/include/spinlock.hpp"
-#else
-#include "quickcpplib/include/spinlock.hpp"
-#endif
-#elif __PCPP_ALWAYS_TRUE__
-#include "quickcpplib/include/spinlock.hpp"
-#else
-#include "../../../quickcpplib/include/spinlock.hpp"
-#endif
+#include "quickcpplib/spinlock.hpp"
#include <mutex> // for lock_guard