diff mbox series

[11/11] xfs_spaceman: remove unneeded includes

Message ID 1561066174-13144-12-git-send-email-sandeen@redhat.com (mailing list archive)
State New, archived
Headers show
Series xfsprogs: remove unneeded #includes | expand

Commit Message

Eric Sandeen June 20, 2019, 9:29 p.m. UTC
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
---
 spaceman/file.c     | 3 ---
 spaceman/freesp.c   | 1 -
 spaceman/init.c     | 2 --
 spaceman/prealloc.c | 1 -
 4 files changed, 7 deletions(-)
diff mbox series

Patch

diff --git a/spaceman/file.c b/spaceman/file.c
index 7e33e07..edc52b8 100644
--- a/spaceman/file.c
+++ b/spaceman/file.c
@@ -6,10 +6,7 @@ 
  */
 
 #include "libxfs.h"
-#include <sys/mman.h>
 #include "command.h"
-#include "input.h"
-#include "init.h"
 #include "path.h"
 #include "space.h"
 
diff --git a/spaceman/freesp.c b/spaceman/freesp.c
index 11d0aaf..bfc4793 100644
--- a/spaceman/freesp.c
+++ b/spaceman/freesp.c
@@ -7,7 +7,6 @@ 
  */
 
 #include "libxfs.h"
-#include <linux/fiemap.h>
 #include "command.h"
 #include "init.h"
 #include "path.h"
diff --git a/spaceman/init.c b/spaceman/init.c
index c845f92..ec0c22b 100644
--- a/spaceman/init.c
+++ b/spaceman/init.c
@@ -6,8 +6,6 @@ 
 
 #include "libxfs.h"
 #include "command.h"
-#include "input.h"
-#include "init.h"
 #include "path.h"
 #include "space.h"
 
diff --git a/spaceman/prealloc.c b/spaceman/prealloc.c
index 85dfc9e..c8aa5bd 100644
--- a/spaceman/prealloc.c
+++ b/spaceman/prealloc.c
@@ -7,7 +7,6 @@ 
 #include "libxfs.h"
 #include "command.h"
 #include "input.h"
-#include "init.h"
 #include "path.h"
 #include "space.h"