diff options
Diffstat (limited to 'src/base/tl/algorithm.h')
| -rw-r--r-- | src/base/tl/algorithm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/tl/algorithm.h b/src/base/tl/algorithm.h index 4a165db0..c5cd74c3 100644 --- a/src/base/tl/algorithm.h +++ b/src/base/tl/algorithm.h @@ -1,7 +1,7 @@ /* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */ /* If you are missing that file, acquire a complete release at teeworlds.com. */ -#ifndef TL_FILE_ALGORITHM_HPP -#define TL_FILE_ALGORITHM_HPP +#ifndef BASE_TL_ALGORITHM_H +#define BASE_TL_ALGORITHM_H #include "range.h" |