btrfs-progs: tests: fssum, update includes
authorDavid Sterba <dsterba@suse.com>
Tue, 14 Mar 2017 18:09:29 +0000 (19:09 +0100)
committerDavid Sterba <dsterba@suse.com>
Thu, 16 Mar 2017 16:02:44 +0000 (17:02 +0100)
Remove unneeded and add headers that define time_te and int types.

Signed-off-by: David Sterba <dsterba@suse.com>
tests/fssum.c

index f5f83f9..a69f80f 100644 (file)
 #include <fcntl.h>
 #include <dirent.h>
 #include <errno.h>
-#include <sys/types.h>
 #include <sys/stat.h>
 #include <openssl/md5.h>
-#include <netinet/in.h>
-#include <inttypes.h>
 #include <assert.h>
+#include <time.h>
+#include <stdint.h>
 
 #define CS_SIZE 16
 #define CHUNKS 128