renamed include guard
This commit is contained in:
parent
704da86b1b
commit
a89e03fb94
|
|
@ -2,8 +2,8 @@
|
|||
// Created by Patrick Maschek on 19.12.2023.
|
||||
//
|
||||
|
||||
#ifndef UDIFF_IMMARRAY_H_
|
||||
#define UDIFF_IMMARRAY_H_
|
||||
#ifndef CONST_CONTAINER_CONST_VEC_H_
|
||||
#define CONST_CONTAINER_CONST_VEC_H_
|
||||
|
||||
#include <algorithm>
|
||||
#include <initializer_list>
|
||||
|
|
@ -464,4 +464,4 @@ namespace cc {
|
|||
|
||||
}; // cc
|
||||
|
||||
#endif //UDIFF_IMMARRAY_H_
|
||||
#endif //CONST_CONTAINER_CONST_VEC_H_
|
||||
|
|
|
|||
Loading…
Reference in New Issue