]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/common/safe_io.c
update sources to v12.1.0
[ceph.git] / ceph / src / common / safe_io.c
index e727542fb416b191a2413f2e618b0329d62da5b3..633e3b3e8f06f08ab408fb57622ef8f5fafe7421 100644 (file)
@@ -12,6 +12,9 @@
  *
  */
 
+#include "common/safe_io.h"
+#include "include/compat.h"
+
 #include <stdio.h>
 #include <string.h>
 #include <unistd.h>
@@ -19,9 +22,6 @@
 #include <fcntl.h>
 #include <limits.h>
 
-#include "common/safe_io.h"
-#include "include/compat.h"
-
 ssize_t safe_read(int fd, void *buf, size_t count)
 {
        size_t cnt = 0;