Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / fileio / enxio.c
index d6dce5f4ab98e589d84a9c33cf08f3a2d5f0cf36..c9b34b1da1f0538caabee990e9f9d6e0caaa1c46 100644 (file)
 #include <stdlib.h>
 #include <string.h>
 
-#include "gromacs/utility/futil.h"
-#include "gromacs/legacyheaders/macros.h"
-
 #include "gromacs/fileio/gmxfio.h"
 #include "gromacs/fileio/xdrf.h"
+#include "gromacs/legacyheaders/macros.h"
 #include "gromacs/math/vec.h"
 #include "gromacs/pbcutil/pbc.h"
 #include "gromacs/topology/topology.h"
 #include "gromacs/utility/fatalerror.h"
+#include "gromacs/utility/futil.h"
 #include "gromacs/utility/smalloc.h"
 
 /* The source code in this file should be thread-safe.