Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / legacyheaders / shellfc.h
index 9e4807207f3c14398230e436f3940f49274cd863..47f0d994c9ac0bcc0268340c141f25d3e717cae6 100644 (file)
  * the research papers on the package. Check out http://www.gromacs.org.
  */
 
-#include "../timing/wallcycle.h"
-
-#include "typedefs.h"
-#include "vsite.h"
+#include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/legacyheaders/vsite.h"
+#include "gromacs/timing/wallcycle.h"
 
 #ifdef __cplusplus
 extern "C" {
@@ -50,7 +49,6 @@ struct t_graph;
  * If x!=NULL, the shells are predict for the global coordinates x.
  */
 gmx_shellfc_t init_shell_flexcon(FILE *fplog,
-                                 gmx_bool bCutoffSchemeIsVerlet,
                                  gmx_mtop_t *mtop, int nflexcon,
                                  rvec *x);