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