Alphabetical order for includes

unless needed otherwise
This commit is contained in:
hasufell 2014-05-06 23:18:38 +02:00
parent 3bebc46a74
commit 7f0a5e7913
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 6 additions and 6 deletions

View File

@ -1,14 +1,14 @@
#include "err.h"
#include "types.h"
#include <stdio.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <string.h>
#include <stdlib.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
/*