diff options
| author | Maxime Coste <mawww@kakoune.org> | 2024-08-15 11:41:35 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2024-08-15 12:58:25 +1000 |
| commit | 65ac5d42c9209c4b89c590c93cfa8d985e66b168 (patch) | |
| tree | 2cf07a812c46e81c71204236b8a32c495132f62e /src/file.hh | |
| parent | b804693630f61be757413e6e5a700995be1b164b (diff) | |
Remove unused ConstexprVector and rename constexpr_utils.hh to array.hh
Diffstat (limited to 'src/file.hh')
| -rw-r--r-- | src/file.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file.hh b/src/file.hh index 9411fd78..ead88c43 100644 --- a/src/file.hh +++ b/src/file.hh @@ -6,7 +6,7 @@ #include "meta.hh" #include "string.hh" #include "units.hh" -#include "constexpr_utils.hh" +#include "array.hh" #include "vector.hh" #include <sys/types.h> |
