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
+2 -2
View File
@@ -4,7 +4,7 @@
#include <list>
#include <memory>
namespace sscl {
namespace sscl::cps {
// Forward declaration
class Qutex;
@@ -82,6 +82,6 @@ protected:
const void* serializedContinuationVaddr;
};
} // namespace sscl
} // namespace sscl::cps
#endif // LOCKER_AND_INVOKER_BASE_H