Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / mdlib / mdebin.c
index 84f24ac4380c9883748b43785edce1ef277c4d83..84b1db0f3d12f3329f77a1eadbdab3da1d902420 100644 (file)
  */
 #include "gmxpre.h"
 
+#include "gromacs/legacyheaders/mdebin.h"
+
 #include <float.h>
 #include <stdlib.h>
 #include <string.h>
 
-#include "gromacs/legacyheaders/typedefs.h"
-#include "gromacs/legacyheaders/mdebin.h"
-#include "gromacs/math/units.h"
 #include "gromacs/fileio/enxio.h"
-#include "gromacs/math/vec.h"
-#include "gromacs/legacyheaders/disre.h"
-#include "gromacs/legacyheaders/network.h"
-#include "gromacs/legacyheaders/names.h"
-#include "gromacs/legacyheaders/orires.h"
-#include "gromacs/legacyheaders/constr.h"
-#include "gromacs/topology/mtop_util.h"
-#include "gromacs/fileio/xvgr.h"
 #include "gromacs/fileio/gmxfio.h"
+#include "gromacs/fileio/xvgr.h"
+#include "gromacs/legacyheaders/constr.h"
+#include "gromacs/legacyheaders/disre.h"
 #include "gromacs/legacyheaders/macros.h"
 #include "gromacs/legacyheaders/mdrun.h"
-#include "mdebin_bar.h"
-
+#include "gromacs/legacyheaders/names.h"
+#include "gromacs/legacyheaders/network.h"
+#include "gromacs/legacyheaders/orires.h"
+#include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/math/units.h"
+#include "gromacs/math/vec.h"
+#include "gromacs/mdlib/mdebin_bar.h"
 #include "gromacs/pbcutil/pbc.h"
+#include "gromacs/topology/mtop_util.h"
 #include "gromacs/utility/smalloc.h"
 
 static const char *conrmsd_nm[] = { "Constr. rmsd", "Constr.2 rmsd" };