Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / mdlib / mdebin_bar.c
index a6bf3745ca354c50f41a3d657e99e7c63b83db2b..e351275864fe06b0e57b0059d7084235b07b6086 100644 (file)
  */
 #include "gmxpre.h"
 
-#include <string.h>
+#include "mdebin_bar.h"
+
 #include <float.h>
 #include <math.h>
+#include <string.h>
+
+#include "gromacs/fileio/enxio.h"
+#include "gromacs/fileio/gmxfio.h"
+#include "gromacs/legacyheaders/mdebin.h"
 #include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/utility/fatalerror.h"
-#include "gromacs/legacyheaders/mdebin.h"
 #include "gromacs/utility/smalloc.h"
-#include "gromacs/fileio/enxio.h"
-#include "gromacs/fileio/gmxfio.h"
-#include "mdebin_bar.h"
 
 /* reset the delta_h list to prepare it for new values */
 static void mde_delta_h_reset(t_mde_delta_h *dh)