mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-09-29 05:17:33 +00:00
Change include guard prefix to STA_CORE
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
* @file
|
||||
* @brief FIFO buffer type.
|
||||
*/
|
||||
#ifndef STA_FIFO_BUFFER_HPP
|
||||
#define STA_FIFO_BUFFER_HPP
|
||||
#ifndef STA_CORE_FIFO_BUFFER_HPP
|
||||
#define STA_CORE_FIFO_BUFFER_HPP
|
||||
|
||||
|
||||
namespace sta
|
||||
@@ -115,4 +115,4 @@ namespace sta
|
||||
#include <sta/fifo_buffer.tpp>
|
||||
|
||||
|
||||
#endif // STA_FIFO_BUFFER_HPP
|
||||
#endif // STA_CORE_FIFO_BUFFER_HPP
|
||||
|
Reference in New Issue
Block a user