]> wimlib.net Git - wimlib/blobdiff - src/paths.c
header cleanups
[wimlib] / src / paths.c
index 4d6b4cf8d7f497e245df8ded52a56c42ed376a9b..32770ac00c7c5d34046f1b4af8145bbeb8b59be6 100644 (file)
 #  include "config.h"
 #endif
 
+#include <string.h>
+
 #include "wimlib.h"
 #include "wimlib/paths.h"
 #include "wimlib/util.h"
 
-#include <string.h>
-
 /* Like the basename() function, but does not modify @path; it just returns a
  * pointer to it.  This assumes the path separator is the
  * OS_PREFERRED_PATH_SEPARATOR.  */