diff options
author | EuAndreh <eu@euandre.org> | 2024-04-06 11:28:10 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-04-06 11:28:10 -0300 |
commit | 0c7b99900d6c73530291c3c45dc8787fbd437d0f (patch) | |
tree | 99455434d1c02c4154b27fa563ea604bb3eb180e /src/random.c | |
parent | Canonicalize builds: remove "fuzz" references (diff) | |
download | pindaiba-0c7b99900d6c73530291c3c45dc8787fbd437d0f.tar.gz pindaiba-0c7b99900d6c73530291c3c45dc8787fbd437d0f.tar.xz |
Sort includes
Diffstat (limited to 'src/random.c')
-rw-r--r-- | src/random.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/random.c b/src/random.c index a35eafd..3ec9e24 100644 --- a/src/random.c +++ b/src/random.c @@ -3,8 +3,8 @@ #include <assert.h> #include <errno.h> #include <stddef.h> -#include <stdio.h> #include <stdint.h> +#include <stdio.h> #include <string.h> #include "logerr.h" |