File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/include/firebase/internal Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -227,6 +227,7 @@ set(internal_HDRS
227
227
src/include/firebase/future.h
228
228
src/include/firebase/internal/common.h
229
229
src/include/firebase/internal/future_impl.h
230
+ src/include/firebase/internal/mutex.h
230
231
src/include/firebase/internal/type_traits.h
231
232
src/include/firebase/log.h
232
233
src/include/firebase/util.h
@@ -247,7 +248,6 @@ set(utility_common_HDRS
247
248
src/log.h
248
249
src/heartbeat_date_storage_desktop.h
249
250
src/heartbeat_info_desktop.h
250
- src/mutex.h
251
251
src/optional.h
252
252
src/path.h
253
253
src/pthread_condvar.h
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- #ifndef FIREBASE_APP_SRC_MUTEX_H_
18
- #define FIREBASE_APP_SRC_MUTEX_H_
17
+ #ifndef FIREBASE_APP_SRC_INCLUDE_FIREBASE_INTERNAL_MUTEX_H_
18
+ #define FIREBASE_APP_SRC_INCLUDE_FIREBASE_INTERNAL_MUTEX_H_
19
19
20
- #include " app/src/include/ firebase/internal/platform.h"
20
+ #include " firebase/internal/platform.h"
21
21
22
22
#if FIREBASE_PLATFORM_WINDOWS
23
23
#include < windows.h>
@@ -93,4 +93,4 @@ class MutexLock {
93
93
94
94
} // namespace firebase
95
95
96
- #endif // FIREBASE_APP_SRC_MUTEX_H_
96
+ #endif // FIREBASE_APP_SRC_INCLUDE_FIREBASE_INTERNAL_MUTEX_H_
You can’t perform that action at this time.
0 commit comments