OSDN Git Service

Include local headers before system headers.
[android-x86/external-exfat.git] / mkfs / vbr.c
index de9fe09..702aa6d 100644 (file)
        51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-#include <string.h>
 #include "vbr.h"
 #include "fat.h"
 #include "cbm.h"
 #include "uct.h"
 #include "rootdir.h"
+#include <string.h>
 
 static off_t vbr_alignment(void)
 {