X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=blobdiff_plain;f=mkfs%2Fcbm.c;h=57e57845f541d21f2e3598098dc1b8d6204bf134;hp=e30928cc0d0ea54581e3a50394cabe6a7e74b701;hb=d99d52ff73deacfe427403765682015d5825799b;hpb=1b06527ab91d1d42c4a0e2cc13acc86fbdc78641 diff --git a/mkfs/cbm.c b/mkfs/cbm.c index e30928c..57e5784 100644 --- a/mkfs/cbm.c +++ b/mkfs/cbm.c @@ -3,7 +3,7 @@ Clusters Bitmap creation code. Free exFAT implementation. - Copyright (C) 2011-2014 Andrew Nayenko + Copyright (C) 2011-2016 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 @@ -20,12 +20,12 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include -#include #include "cbm.h" #include "fat.h" #include "uct.h" #include "rootdir.h" +#include +#include static off_t cbm_alignment(void) {