OSDN Git Service

ext4_utils: Export headers for libext4_utils* libs.
[android-x86/system-extras.git] / ext4_utils / ext4_utils.c
index f358960..bfa57bc 100644 (file)
  * limitations under the License.
  */
 
-#include "ext4_utils.h"
+#include "ext4_utils/ext4_utils.h"
+
+#include <fcntl.h>
+#include <inttypes.h>
+#include <stddef.h>
+#include <string.h>
+#include <sys/stat.h>
+#include <sys/types.h>
+
+#include <sparse/sparse.h>
+
 #include "allocate.h"
-#include "indirect.h"
 #include "extent.h"
+#include "indirect.h"
 #include "sha1.h"
 
-#include <sparse/sparse.h>
 #ifdef REAL_UUID
 #include <uuid.h>
 #endif
 
-#include <fcntl.h>
-#include <inttypes.h>
-#include <sys/stat.h>
-#include <sys/types.h>
-#include <stddef.h>
-#include <string.h>
-
 #ifdef _WIN32
 #include <winsock2.h>
 #else