Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / gmxana / hxprops.c
index 4f68cc2e6299b059c5f2b82c81793e36e2ebf3a9..bad612044ae8d1f41bf1e256b75b72bcccee1e54 100644 (file)
@@ -34,7 +34,7 @@
  * To help us fund GROMACS development, we humbly ask that you cite
  * the research papers on the package. Check out http://www.gromacs.org.
  */
-#include "config.h"
+#include "gmxpre.h"
 
 #include <math.h>
 #include <string.h>
@@ -46,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[])