aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libsbutil/sb_close.c')
-rw-r--r--libsbutil/sb_close.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/libsbutil/sb_close.c b/libsbutil/sb_close.c
index 3d9c023..003f9ad 100644
--- a/libsbutil/sb_close.c
+++ b/libsbutil/sb_close.c
@@ -7,15 +7,9 @@
* Licensed under the GPL-2
*/
-#include <errno.h>
-#include <stdio.h>
-#include <sys/stat.h>
-#include <unistd.h>
-#include <fcntl.h>
-
+#include "headers.h"
#include "sbutil.h"
-
/* General purpose function to _reliably_ close a file
*
* Returns 0 if successful or negative number on error (and errno set)