mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-09-28 21:17:33 +00:00
Change include guard prefix to STA_CORE
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/**
|
||||
* @brief Mutex interface definition.
|
||||
*/
|
||||
#ifndef STA_MUTEX_HPP
|
||||
#define STA_MUTEX_HPP
|
||||
#ifndef STA_CORE_MUTEX_HPP
|
||||
#define STA_CORE_MUTEX_HPP
|
||||
|
||||
|
||||
namespace sta
|
||||
@@ -27,4 +27,4 @@ namespace sta
|
||||
} // namespace sta
|
||||
|
||||
|
||||
#endif // STA_MUTEX_HPP
|
||||
#endif // STA_CORE_MUTEX_HPP
|
||||
|
Reference in New Issue
Block a user