X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=blobdiff_plain;f=mkfs%2Fcbm.c;h=ad5accc2a89ba99d67b3285cea659673feb675b3;hp=e30928cc0d0ea54581e3a50394cabe6a7e74b701;hb=HEAD;hpb=9c08378bfbf14696495ca8e3507d7f46daba8a3f diff --git a/mkfs/cbm.c b/mkfs/cbm.c index e30928c..ad5accc 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-2018 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) {