summaryrefslogtreecommitdiffstats
path: root/src/xregex.c
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2022-11-06 21:02:32 -0500
committerTavian Barnes <tavianator@tavianator.com>2022-11-06 21:02:32 -0500
commit9c96ae64fafb6885fcac42122181d175c34738a2 (patch)
treeed74b6c574ce38ca85f644ae507c227339972bc6 /src/xregex.c
parentb4c7112bafe9b85f3a039a8b34fef2c1f2fa3b58 (diff)
downloadbfs-9c96ae64fafb6885fcac42122181d175c34738a2.tar.xz
Fix includes
Diffstat (limited to 'src/xregex.c')
-rw-r--r--src/xregex.c2
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>