format: Sort includes. Yes, please.

This commit is contained in:
2024-10-08 12:19:44 -04:00
parent a8fa969114
commit 277830bc3c
11 changed files with 12 additions and 13 deletions

View File

@ -27,12 +27,12 @@
#include <openssl/crypto.h>
#include <assert.h>
#include <string.h>
#include <stdio.h>
#include <string.h>
#if !defined(_WIN32)
#include <unistd.h>
#include <sys/wait.h>
#include <unistd.h>
#endif
#if defined(_WIN32)