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 Signatures for time related functions.
|
||||
*/
|
||||
#ifndef STA_TIME_HPP
|
||||
#define STA_TIME_HPP
|
||||
#ifndef STA_CORE_TIME_HPP
|
||||
#define STA_CORE_TIME_HPP
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
@@ -24,4 +24,4 @@ namespace sta
|
||||
} // namespace sta
|
||||
|
||||
|
||||
#endif // STA_TIME_HPP
|
||||
#endif // STA_CORE_TIME_HPP
|
||||
|
Reference in New Issue
Block a user