From 2dfa615eb79b31589324a2a1a569d3dc4d60d962 Mon Sep 17 00:00:00 2001 From: Hayodea Hakol Date: Thu, 18 Sep 2025 23:03:39 -0400 Subject: [PATCH] Rename: lockSpec.h=>lockSet.h --- include/asynchronousContinuation.h | 2 +- include/{lockSpec.h => lockSet.h} | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename include/{lockSpec.h => lockSet.h} (96%) diff --git a/include/asynchronousContinuation.h b/include/asynchronousContinuation.h index fd563bf..d553199 100644 --- a/include/asynchronousContinuation.h +++ b/include/asynchronousContinuation.h @@ -4,7 +4,7 @@ #include #include #include -#include +#include namespace smo { diff --git a/include/lockSpec.h b/include/lockSet.h similarity index 96% rename from include/lockSpec.h rename to include/lockSet.h index 07af852..e6bfd39 100644 --- a/include/lockSpec.h +++ b/include/lockSet.h @@ -1,5 +1,5 @@ -#ifndef LOCK_SPEC_H -#define LOCK_SPEC_H +#ifndef LOCK_SET_H +#define LOCK_SET_H #include #include @@ -85,4 +85,4 @@ private: } // namespace smo -#endif // LOCK_SPEC_H +#endif // LOCK_SET_H