From f6afde3c5dcece3b4980cebcde09a9ecca9e20d8 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sat, 23 Nov 2019 16:07:38 +0100 Subject: Move some unix header inclusions to compat.h In most cases, including unistd.h and fcntl.h was a left over anyway. In the cases where it was not, move it to compat.h. Signed-off-by: David Oberhollenzer --- difftool/sqfsdiff.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'difftool/sqfsdiff.h') diff --git a/difftool/sqfsdiff.h b/difftool/sqfsdiff.h index 173b927..dc94687 100644 --- a/difftool/sqfsdiff.h +++ b/difftool/sqfsdiff.h @@ -12,12 +12,10 @@ #include "fstree.h" #include "util/util.h" -#include #include #include #include #include -#include #define MAX_WINDOW_SIZE (1024 * 1024 * 4) -- cgit v1.2.3