diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-11-06 21:02:32 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-11-06 21:02:32 -0500 |
commit | 9c96ae64fafb6885fcac42122181d175c34738a2 (patch) | |
tree | ed74b6c574ce38ca85f644ae507c227339972bc6 /src/xregex.c | |
parent | b4c7112bafe9b85f3a039a8b34fef2c1f2fa3b58 (diff) | |
download | bfs-9c96ae64fafb6885fcac42122181d175c34738a2.tar.xz |
Fix includes
Diffstat (limited to 'src/xregex.c')
-rw-r--r-- | src/xregex.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xregex.c b/src/xregex.c index e8d6b23..3e14280 100644 --- a/src/xregex.c +++ b/src/xregex.c @@ -15,8 +15,6 @@ ****************************************************************************/ #include "xregex.h" -#include "bfstd.h" -#include "config.h" #include <assert.h> #include <errno.h> #include <stdlib.h> |