Merge release-5-0 into master
[alexxy/gromacs.git] / src / gromacs / legacyheaders / nonbonded.h
index d05b3e5d7e32c2c2555cdc80c09c3c916b195386..cf2b6456cef73f95edf6c07611ac6c2df1eaf076 100644 (file)
@@ -39,7 +39,6 @@
 #define _nonbonded_h
 
 #include "typedefs.h"
-#include "pbc.h"
 #include "network.h"
 #include "tgroup.h"
 #include "genborn.h"
@@ -51,6 +50,8 @@ extern "C" {
 } /* fixes auto-indentation problems */
 #endif
 
+struct t_graph;
+struct t_pbc;
 
 
 void
@@ -87,7 +88,8 @@ do_nonbonded(t_forcerec *fr,
  */
 real
 do_nonbonded_listed(int ftype, int nbonds, const t_iatom iatoms[], const t_iparams iparams[],
-                    const rvec x[], rvec f[], rvec fshift[], const t_pbc *pbc, const t_graph *g,
+                    const rvec x[], rvec f[], rvec fshift[],
+                    const struct t_pbc *pbc, const struct t_graph *g,
                     real *lambda, real *dvdl, const t_mdatoms *md, const t_forcerec *fr,
                     gmx_grppairener_t *grppener, int *global_atom_index);