diff options
Diffstat (limited to 'debugfs')
-rw-r--r-- | debugfs/debugfs.c | 1 | ||||
-rw-r--r-- | debugfs/dump.c | 1 | ||||
-rw-r--r-- | debugfs/extent_inode.c | 1 | ||||
-rw-r--r-- | debugfs/filefrag.c | 1 | ||||
-rw-r--r-- | debugfs/htree.c | 1 | ||||
-rw-r--r-- | debugfs/icheck.c | 1 | ||||
-rw-r--r-- | debugfs/logdump.c | 1 | ||||
-rw-r--r-- | debugfs/ls.c | 1 | ||||
-rw-r--r-- | debugfs/lsdel.c | 1 | ||||
-rw-r--r-- | debugfs/ncheck.c | 1 | ||||
-rw-r--r-- | debugfs/set_fields.c | 1 | ||||
-rw-r--r-- | debugfs/unused.c | 1 | ||||
-rw-r--r-- | debugfs/util.c | 1 | ||||
-rw-r--r-- | debugfs/zap.c | 1 |
14 files changed, 0 insertions, 14 deletions
diff --git a/debugfs/debugfs.c b/debugfs/debugfs.c index cf7670bc..80662b1b 100644 --- a/debugfs/debugfs.c +++ b/debugfs/debugfs.c @@ -8,7 +8,6 @@ * Modifications by Robert Sanders <gt8134b@prism.gatech.edu> */ -#include "config.h" #include <stdio.h> #include <unistd.h> #include <stdlib.h> diff --git a/debugfs/dump.c b/debugfs/dump.c index 51bc734a..750ff3c2 100644 --- a/debugfs/dump.c +++ b/debugfs/dump.c @@ -9,7 +9,6 @@ #define _GNU_SOURCE /* for O_LARGEFILE */ #endif -#include "config.h" #include <stdio.h> #include <unistd.h> #include <stdlib.h> diff --git a/debugfs/extent_inode.c b/debugfs/extent_inode.c index b3c55f91..25b89465 100644 --- a/debugfs/extent_inode.c +++ b/debugfs/extent_inode.c @@ -5,7 +5,6 @@ * under the terms of the GNU Public License. */ -#include "config.h" #include <stdio.h> #include <unistd.h> #include <stdlib.h> diff --git a/debugfs/filefrag.c b/debugfs/filefrag.c index 0adea405..67a76788 100644 --- a/debugfs/filefrag.c +++ b/debugfs/filefrag.c @@ -5,7 +5,6 @@ * under the terms of the GNU Public License. */ -#include "config.h" #include <stdio.h> #include <unistd.h> #include <stdlib.h> diff --git a/debugfs/htree.c b/debugfs/htree.c index 24f8250c..03b62a75 100644 --- a/debugfs/htree.c +++ b/debugfs/htree.c @@ -5,7 +5,6 @@ * under the terms of the GNU Public License. */ -#include "config.h" #include <stdio.h> #include <unistd.h> #include <stdlib.h> diff --git a/debugfs/icheck.c b/debugfs/icheck.c index 48f432aa..57fa80b1 100644 --- a/debugfs/icheck.c +++ b/debugfs/icheck.c @@ -5,7 +5,6 @@ * under the terms of the GNU Public License. */ -#include "config.h" #include <stdio.h> #include <unistd.h> #include <stdlib.h> diff --git a/debugfs/logdump.c b/debugfs/logdump.c index 66a5428d..f257171c 100644 --- a/debugfs/logdump.c +++ b/debugfs/logdump.c @@ -9,7 +9,6 @@ * License. */ -#include "config.h" #include <stdio.h> #include <unistd.h> #include <stdlib.h> diff --git a/debugfs/ls.c b/debugfs/ls.c index b4036de0..f21e96ed 100644 --- a/debugfs/ls.c +++ b/debugfs/ls.c @@ -5,7 +5,6 @@ * under the terms of the GNU Public License. */ -#include "config.h" #include <stdio.h> #include <unistd.h> #include <stdlib.h> diff --git a/debugfs/lsdel.c b/debugfs/lsdel.c index e5b2d203..ecc8a880 100644 --- a/debugfs/lsdel.c +++ b/debugfs/lsdel.c @@ -6,7 +6,6 @@ * the GNU Public License. */ -#include "config.h" #include <stdio.h> #include <unistd.h> #include <stdlib.h> diff --git a/debugfs/ncheck.c b/debugfs/ncheck.c index 58f3a503..b7faa639 100644 --- a/debugfs/ncheck.c +++ b/debugfs/ncheck.c @@ -5,7 +5,6 @@ * under the terms of the GNU Public License. */ -#include "config.h" #include <stdio.h> #include <unistd.h> #include <stdlib.h> diff --git a/debugfs/set_fields.c b/debugfs/set_fields.c index 9c3b0001..116a15ac 100644 --- a/debugfs/set_fields.c +++ b/debugfs/set_fields.c @@ -17,7 +17,6 @@ #define STRTOULL strtoul #endif -#include "config.h" #include <stdio.h> #include <unistd.h> #include <stdlib.h> diff --git a/debugfs/unused.c b/debugfs/unused.c index 4cb11918..b78d70b8 100644 --- a/debugfs/unused.c +++ b/debugfs/unused.c @@ -5,7 +5,6 @@ * under the terms of the GNU Public License. */ -#include "config.h" #include <stdio.h> #include <unistd.h> #include <stdlib.h> diff --git a/debugfs/util.c b/debugfs/util.c index aafbc567..8b344906 100644 --- a/debugfs/util.c +++ b/debugfs/util.c @@ -8,7 +8,6 @@ #define _XOPEN_SOURCE 600 /* needed for strptime */ -#include "config.h" #include <stdio.h> #include <unistd.h> #include <stdlib.h> diff --git a/debugfs/zap.c b/debugfs/zap.c index 81092097..1d4d02e0 100644 --- a/debugfs/zap.c +++ b/debugfs/zap.c @@ -5,7 +5,6 @@ * under the terms of the GNU Public License. */ -#include "config.h" #include <stdio.h> #include <unistd.h> #include <stdlib.h> |