Update include paths and namespacing

This commit is contained in:
2026-05-17 17:26:21 -04:00
parent 83ad680c68
commit e94aaf9323
20 changed files with 99 additions and 99 deletions
@@ -4,10 +4,10 @@
#include <functional>
#include <memory>
#include <optional>
#include <vector>
#include <spinscale/lockSet.h>
namespace sscl {
namespace sscl::cps {
class LockSet;
/**
* @brief Base class for all asynchronous continuation chain links
@@ -38,6 +38,6 @@ public:
{ return std::nullopt; }
};
} // namespace sscl
} // namespace sscl::cps
#endif // ASYNCHRONOUS_CONTINUATION_CHAIN_LINK_H