summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 6f82976..fbddbe5 100644
--- a/src/main.c
+++ b/src/main.c
@@ -34,6 +34,7 @@
*
* - Utilities:
* - bar.[ch] (a terminal status bar)
+ * - bfstd.[ch] (standard library wrappers/polyfills)
* - color.[ch] (for pretty terminal colors)
* - config.h (configuration and feature/platform detection)
* - darray.[ch] (a dynamic array library)
@@ -49,13 +50,12 @@
* - xregex.[ch] (regular expression support)
* - xspawn.[ch] (spawns processes)
* - xtime.[ch] (date/time handling utilities)
- * - util.[ch] (everything else)
*/
+#include "bfstd.h"
#include "ctx.h"
#include "eval.h"
#include "parse.h"
-#include "util.h"
#include <errno.h>
#include <fcntl.h>
#include <locale.h>