Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / legacyheaders / update.h
index 2c4b3ac0b083750c08e7c91459269e91fa47f10c..ce3e00d722eae19631d8c222c2613149385cdec5 100644 (file)
 #ifndef _update_h
 #define _update_h
 
-#include "typedefs.h"
-#include "tgroup.h"
-#include "network.h"
-
-#include "../timing/wallcycle.h"
+#include "gromacs/legacyheaders/network.h"
+#include "gromacs/legacyheaders/tgroup.h"
+#include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/timing/wallcycle.h"
 
 #ifdef __cplusplus
 extern "C" {
@@ -93,6 +92,7 @@ void update_coords(FILE             *fplog,
                    rvec             *f, /* forces on home particles */
                    gmx_bool          bDoLR,
                    rvec             *f_lr,
+                   tensor           *vir_lr_constr,
                    t_fcdata         *fcd,
                    gmx_ekindata_t   *ekind,
                    matrix            M,