]> git.sven.stormbind.net Git - sven/exfat-utils.git/blobdiff - mkfs/cbm.c
Imported Upstream version 1.2.1
[sven/exfat-utils.git] / mkfs / cbm.c
index e30928cc0d0ea54581e3a50394cabe6a7e74b701..025057132912c727be12071441fc570ee2413724 100644 (file)
@@ -3,7 +3,7 @@
        Clusters Bitmap creation code.
 
        Free exFAT implementation.
-       Copyright (C) 2011-2014  Andrew Nayenko
+       Copyright (C) 2011-2015  Andrew Nayenko
 
        This program is free software; you can redistribute it and/or modify
        it under the terms of the GNU General Public License as published by
        51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-#include <limits.h>
-#include <string.h>
 #include "cbm.h"
 #include "fat.h"
 #include "uct.h"
 #include "rootdir.h"
+#include <limits.h>
+#include <string.h>
 
 static off_t cbm_alignment(void)
 {