Sort includes

This commit is contained in:
Juhani Krekelä 2018-07-11 17:10:58 +00:00
parent ec92cd45ea
commit 0429c3f6f5
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
#include <unistd.h>
#include <stdint.h>
#include <stdio.h>
#include <sys/types.h>
#include <unistd.h>
#include <stdint.h>
#include <unistd.h>
int main(int argc, char **argv) {
if(argc < 3) {