diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-04-18 14:53:56 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-04-19 13:02:28 -0400 |
commit | c66379749f423413913b406609dfe9311ba6e555 (patch) | |
tree | 6f0a3095455e5da8b672e0e052e46f566d48428c /src/eval.h | |
parent | 1501910dd0d09c50057c8358901663a87333bd8f (diff) | |
download | bfs-c66379749f423413913b406609dfe9311ba6e555.tar.xz |
Rename config.h to prelude.h
Diffstat (limited to 'src/eval.h')
-rw-r--r-- | src/eval.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ #ifndef BFS_EVAL_H #define BFS_EVAL_H -#include "config.h" +#include "prelude.h" struct bfs_ctx; struct bfs_expr; |