aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaximilian attems <max@stro.at>2010-04-10 16:24:52 +0200
committermaximilian attems <max@stro.at>2010-07-07 14:06:25 +0200
commit9736adf3ea2100e12299b9e7e292a58f5d6863f6 (patch)
tree538c3b27affb1d818360bb7e6d0335c5ba75a78e
parent6f57aca803ba81697099a8d38eb193459fecc894 (diff)
downloadklibc-9736adf3ea2100e12299b9e7e292a58f5d6863f6.tar.gz
[klibc] fstype: list the includes in alphabetic order
currently there is no order. Signed-off-by: maximilian attems <max@stro.at>
-rw-r--r--usr/kinit/fstype/fstype.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/usr/kinit/fstype/fstype.c b/usr/kinit/fstype/fstype.c
index 6aa82fc660dc9..d57b937211fff 100644
--- a/usr/kinit/fstype/fstype.c
+++ b/usr/kinit/fstype/fstype.c
@@ -23,20 +23,20 @@
#define cpu_to_be32(x) __cpu_to_be32(x) /* Needed by romfs_fs.h */
-#include "romfs_fs.h"
+#include "btrfs.h"
#include "cramfs_fs.h"
-#include "minix_fs.h"
#include "ext2_fs.h"
#include "ext3_fs.h"
-#include "xfs_sb.h"
+#include "gfs2_fs.h"
+#include "iso9660_sb.h"
#include "luks_fs.h"
#include "lvm2_sb.h"
-#include "iso9660_sb.h"
-#include "squashfs_fs.h"
-#include "gfs2_fs.h"
-#include "ocfs2_fs.h"
+#include "minix_fs.h"
#include "nilfs_fs.h"
-#include "btrfs.h"
+#include "ocfs2_fs.h"
+#include "romfs_fs.h"
+#include "squashfs_fs.h"
+#include "xfs_sb.h"
/*
* Slightly cleaned up version of jfs_superblock to