mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
renamed algorithms.hpp to algotithm.hpp
This commit is contained in:
parent
6309d7ad56
commit
f9ef0293ff
|
@ -1,5 +1,5 @@
|
|||
#ifndef TL_FILE_ALGORITHMS_HPP
|
||||
#define TL_FILE_ALGORITHMS_HPP
|
||||
#ifndef TL_FILE_ALGORITHM_HPP
|
||||
#define TL_FILE_ALGORITHM_HPP
|
||||
|
||||
#include "range.hpp"
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef TL_FILE_SORTED_ARRAY_HPP
|
||||
#define TL_FILE_SORTED_ARRAY_HPP
|
||||
|
||||
#include "algorithms.hpp"
|
||||
#include "algorithm.hpp"
|
||||
#include "array.hpp"
|
||||
|
||||
template <class T, class ALLOCATOR = allocator_default<T> >
|
||||
|
|
Loading…
Reference in a new issue