Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / legacyheaders / sim_util.h
index 70acb1910bbd778a7b6b2ed36079206b61bb442b..b1c89b790a9c63c410ff1869e5613b51925a4ac0 100644 (file)
 #ifndef _sim_util_h
 #define _sim_util_h
 
-#include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/fileio/enxio.h"
+#include "gromacs/fileio/mdoutf.h"
 #include "gromacs/legacyheaders/mdebin.h"
+#include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/legacyheaders/update.h"
 #include "gromacs/legacyheaders/vcm.h"
-#include "../fileio/enxio.h"
-#include "../fileio/mdoutf.h"
-#include "../timing/wallcycle.h"
-#include "../timing/walltime_accounting.h"
+#include "gromacs/timing/wallcycle.h"
+#include "gromacs/timing/walltime_accounting.h"
 
 #ifdef __cplusplus
 extern "C" {
@@ -136,7 +136,8 @@ void init_md(FILE *fplog,
              gmx_mdoutf_t *outf, t_mdebin **mdebin,
              tensor force_vir, tensor shake_vir,
              rvec mu_tot,
-             gmx_bool *bSimAnn, t_vcm **vcm, unsigned long Flags);
+             gmx_bool *bSimAnn, t_vcm **vcm, unsigned long Flags,
+             gmx_wallcycle_t wcycle);
 /* Routine in sim_util.c */
 
 gmx_bool use_GPU(const struct nonbonded_verlet_t *nbv);