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 /tests/xtouch.c | |
parent | 1501910dd0d09c50057c8358901663a87333bd8f (diff) | |
download | bfs-c66379749f423413913b406609dfe9311ba6e555.tar.xz |
Rename config.h to prelude.h
Diffstat (limited to 'tests/xtouch.c')
-rw-r--r-- | tests/xtouch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/xtouch.c b/tests/xtouch.c index b1daec7..82d749d 100644 --- a/tests/xtouch.c +++ b/tests/xtouch.c @@ -1,8 +1,8 @@ // Copyright © Tavian Barnes <tavianator@tavianator.com> // SPDX-License-Identifier: 0BSD +#include "prelude.h" #include "bfstd.h" -#include "config.h" #include "sanity.h" #include "xtime.h" #include <errno.h> |