Merge release-5-0 into master
[alexxy/gromacs.git] / src / gromacs / mdlib / md_support.c
index 748768687bb94b1a5bb9cd5c3ced4ddf6cd88e45..9b443e565314cc42005e70bc01d648e233eabffb 100644 (file)
@@ -39,8 +39,6 @@
 #endif
 
 #include "typedefs.h"
-#include "gromacs/utility/cstringutil.h"
-#include "gromacs/utility/smalloc.h"
 #include "mdrun.h"
 #include "domdec.h"
 #include "mtop_util.h"
 #include "md_support.h"
 #include "names.h"
 
+#include "gromacs/legacyheaders/types/commrec.h"
+#include "gromacs/math/vec.h"
 #include "gromacs/timing/wallcycle.h"
+#include "gromacs/utility/cstringutil.h"
+#include "gromacs/utility/smalloc.h"
 
 /* Is the signal in one simulation independent of other simulations? */
 gmx_bool gs_simlocal[eglsNR] = { TRUE, FALSE, FALSE, TRUE };