Reduce include complexity.

This commit is contained in:
Eric S. Raymond 2024-01-03 05:55:57 -05:00
parent dd65960ec5
commit 75bc031b46
3 changed files with 2 additions and 4 deletions

1
main.c
View file

@ -14,7 +14,6 @@
#include <unistd.h>
#include <editline/readline.h>
#include "advent.h"
#include "dungeon.h"
#define DIM(a) (sizeof(a)/sizeof(a[0]))