Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix build error due to clang-format reordering the headers
[simgrid.git] / src / xbt / mmalloc / mm_interface.c
index 030a250..28534b0 100644 (file)
    not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#include "mmprivate.h"
 #include <fcntl.h> /* After sys/types.h, at least for dpx/2.  */
 #include <string.h>
 #include <sys/stat.h>
 #include <sys/types.h>
 
+#include "mmprivate.h"
+
 // This is the underlying implementation of mmalloc_get_bytes_used_remote.
 // Is it used directly to evaluate the bytes used from a different process.
 size_t mmalloc_get_bytes_used_remote(size_t heaplimit, const malloc_info* heapinfo)