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