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 Signal interface definition.
|
||||
*/
|
||||
#ifndef STA_SIGNAL_HPP
|
||||
#define STA_SIGNAL_HPP
|
||||
#ifndef STA_CORE_SIGNAL_HPP
|
||||
#define STA_CORE_SIGNAL_HPP
|
||||
|
||||
|
||||
namespace sta
|
||||
@@ -37,4 +37,4 @@ namespace sta
|
||||
} // namespace sta
|
||||
|
||||
|
||||
#endif // STA_SIGNAL_HPP
|
||||
#endif // STA_CORE_SIGNAL_HPP
|
||||
|
Reference in New Issue
Block a user