Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / gmxana / hxprops.c
index c789aa964ffca05412696bf35d115e2a7487e295..bad612044ae8d1f41bf1e256b75b72bcccee1e54 100644 (file)
@@ -36,8 +36,6 @@
  */
 #include "gmxpre.h"
 
-#include "config.h"
-
 #include <math.h>
 #include <string.h>
 
@@ -48,8 +46,8 @@
 #include "gromacs/topology/index.h"
 #include "hxprops.h"
 #include "gromacs/utility/smalloc.h"
-#include "gromacs/legacyheaders/bondf.h"
 
+#include "gromacs/bonded/bonded.h"
 #include "gromacs/utility/fatalerror.h"
 
 real ellipticity(int nres, t_bb bb[])