]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
torture: Remove unnecesssary #include <fcntl.h>
authorChristof Schmitt <cs@samba.org>
Sat, 15 Sep 2018 00:00:26 +0000 (17:00 -0700)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 15 Sep 2018 13:18:25 +0000 (15:18 +0200)
This is now provided through system/filesys.h.

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/util/tests/util.c

index d5ed34dfcaa090137dd3621b7bde1ec3f0102db7..ad9c6606e59cd4374663b4fb8608e0247abd9635 100644 (file)
@@ -19,7 +19,6 @@
  */
 
 #include <talloc.h>
-#include <fcntl.h>
 
 #include "replace.h"
 #include "system/filesys.h"