]> Trent Huber's Code - cbs.git/commitdiff
Rearrange headers
authorTrent Huber <trentmhuber@gmail.com>
Sat, 19 Apr 2025 02:47:53 +0000 (22:47 -0400)
committerTrent Huber <trentmhuber@gmail.com>
Sat, 19 Apr 2025 02:47:53 +0000 (22:47 -0400)
cbs.c

diff --git a/cbs.c b/cbs.c
index 2eaf27662be305e2c7a93514ae315de6c24c3c00..8ba989ab83efed1e418f3621301ec4caa41292a2 100644 (file)
--- a/cbs.c
+++ b/cbs.c
@@ -1,11 +1,11 @@
 #include <stdarg.h>
 #include <stdio.h>
-#include <unistd.h>
-#include <sys/errno.h>
 #include <stdlib.h>
-#include <sys/wait.h>
 #include <string.h>
+#include <sys/errno.h>
 #include <sys/stat.h>
+#include <sys/wait.h>
+#include <unistd.h>
 
 #ifdef __APPLE__
 #define DYEXT ".dylib"