aboutsummaryrefslogtreecommitdiff
path: root/grab.c
diff options
context:
space:
mode:
Diffstat (limited to 'grab.c')
-rw-r--r--grab.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/grab.c b/grab.c
index 384e47d..0137049 100644
--- a/grab.c
+++ b/grab.c
@@ -1,17 +1,17 @@
-#include <assert.h>
#include <err.h>
#include <getopt.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <regex.h>
-#if !GRAB_IS_C23
-# include <stdbool.h>
-#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#if !GRAB_IS_C23
+# include <assert.h>
+# include <stdbool.h>
+#endif
#include "da.h"