diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-05-18 11:25:14 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-05-18 11:25:35 -0400 |
commit | 4505819c576fc93f21d73e1bf85550250cdb72a2 (patch) | |
tree | 517cac40940f0fcace0c0d213eb797364822a355 /src/trie.c | |
parent | a1231458e25a6b1d6e6a600d59ca1b252d65db1d (diff) | |
download | bfs-4505819c576fc93f21d73e1bf85550250cdb72a2.tar.xz |
bit: Rename int.h to bit.h
Diffstat (limited to 'src/trie.c')
-rw-r--r-- | src/trie.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,9 +82,9 @@ */ #include "trie.h" +#include "bit.h" #include "config.h" #include "diag.h" -#include "int.h" #include "list.h" #include <assert.h> #include <limits.h> |