summaryrefslogtreecommitdiff
path: root/ext4_utils/contents.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext4_utils/contents.c')
-rw-r--r--ext4_utils/contents.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/ext4_utils/contents.c b/ext4_utils/contents.c
index e66573e3..a2cd3b88 100644
--- a/ext4_utils/contents.c
+++ b/ext4_utils/contents.c
@@ -14,10 +14,18 @@
* limitations under the License.
*/
+#include "contents.h"
+
#include <sys/stat.h>
#include <string.h>
#include <stdio.h>
+#include "allocate.h"
+#include "ext4_utils/ext4_utils.h"
+#include "ext4_utils/make_ext4fs.h"
+#include "extent.h"
+#include "indirect.h"
+
#ifdef __ANDROID__
#include <linux/capability.h>
#else
@@ -27,13 +35,6 @@
#define XATTR_SELINUX_SUFFIX "selinux"
#define XATTR_CAPS_SUFFIX "capability"
-#include "ext4_utils.h"
-#include "make_ext4fs.h"
-#include "allocate.h"
-#include "contents.h"
-#include "extent.h"
-#include "indirect.h"
-
#ifdef _WIN32
#define S_IFLNK 0 /* used by make_link, not needed under mingw */
#endif