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:
@@ -1,9 +1,9 @@
|
||||
#ifndef STA_FIFO_BUFFER_TPP
|
||||
#define STA_FIFO_BUFFER_TPP
|
||||
#ifndef STA_CORE_FIFO_BUFFER_TPP
|
||||
#define STA_CORE_FIFO_BUFFER_TPP
|
||||
|
||||
#ifndef STA_FIFO_BUFFER_HPP
|
||||
#ifndef STA_CORE_FIFO_BUFFER_HPP
|
||||
# error "Internal header. Include <sta/fifo_buffer.hpp> instead"
|
||||
#endif // !STA_FIFO_BUFFER_HPP
|
||||
#endif // !STA_CORE_FIFO_BUFFER_HPP
|
||||
|
||||
#include <cstring>
|
||||
|
||||
@@ -100,4 +100,4 @@ namespace sta
|
||||
} // namespace sta
|
||||
|
||||
|
||||
#endif // STA_FIFO_BUFFER_TPP
|
||||
#endif // STA_CORE_FIFO_BUFFER_TPP
|
||||
|
Reference in New Issue
Block a user