diff options
| author | Maxime Coste <mawww@kakoune.org> | 2017-08-29 15:23:03 +0700 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2017-08-29 15:23:03 +0700 |
| commit | ab6a99943140cdc3892df1c491efc7838db4cb88 (patch) | |
| tree | e7121edab33080d5319cdc5eda1276071326ee84 /src/option_manager.hh | |
| parent | c0a0ba3c0afe1f782e5667466e049b61465d9d0d (diff) | |
Rename containers.hh to ranges.hh (and Container to Range)
Diffstat (limited to 'src/option_manager.hh')
| -rw-r--r-- | src/option_manager.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/option_manager.hh b/src/option_manager.hh index 08bb0aa6..3e2568cb 100644 --- a/src/option_manager.hh +++ b/src/option_manager.hh @@ -2,12 +2,12 @@ #define option_manager_hh_INCLUDED #include "completion.hh" -#include "containers.hh" #include "exception.hh" -#include "option.hh" -#include "vector.hh" #include "hash_map.hh" +#include "option.hh" +#include "ranges.hh" #include "utils.hh" +#include "vector.hh" #include <memory> #include <type_traits> |
