Renamed bonded module as 'listed-forces'
[alexxy/gromacs.git] / src / gromacs / gmxana / hxprops.c
index c789aa964ffca05412696bf35d115e2a7487e295..5b1f6c70743eed9e2f75ce7bdbaa2322f18406b1 100644 (file)
  */
 #include "gmxpre.h"
 
-#include "config.h"
+#include "hxprops.h"
 
 #include <math.h>
 #include <string.h>
 
-#include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/legacyheaders/macros.h"
+#include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/listed-forces/bonded.h"
 #include "gromacs/math/units.h"
 #include "gromacs/math/vec.h"
 #include "gromacs/topology/index.h"
-#include "hxprops.h"
-#include "gromacs/utility/smalloc.h"
-#include "gromacs/legacyheaders/bondf.h"
-
 #include "gromacs/utility/fatalerror.h"
+#include "gromacs/utility/smalloc.h"
 
 real ellipticity(int nres, t_bb bb[])
 {