Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / mdlib / mdebin_bar.c
index b855e33a9d6b9f791c9c7a8a69de841911b5adfc..e351275864fe06b0e57b0059d7084235b07b6086 100644 (file)
  * To help us fund GROMACS development, we humbly ask that you cite
  * the research papers on the package. Check out http://www.gromacs.org.
  */
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "gmxpre.h"
+
+#include "mdebin_bar.h"
 
-#include <string.h>
 #include <float.h>
 #include <math.h>
-#include "typedefs.h"
-#include "gmx_fatal.h"
-#include "mdebin.h"
-#include "gromacs/utility/smalloc.h"
+#include <string.h>
+
 #include "gromacs/fileio/enxio.h"
 #include "gromacs/fileio/gmxfio.h"
-#include "mdebin_bar.h"
+#include "gromacs/legacyheaders/mdebin.h"
+#include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/utility/fatalerror.h"
+#include "gromacs/utility/smalloc.h"
 
 /* reset the delta_h list to prepare it for new values */
 static void mde_delta_h_reset(t_mde_delta_h *dh)