Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / mdlib / genborn.c
index 53c5128dd320ce3f659bb2ee9b7d7d76ddbc9483..f3a8973262879fa4a565647b6a3b699a62402625 100644 (file)
@@ -37,8 +37,6 @@
 
 #include "gmxpre.h"
 
-#include "config.h"
-
 #include <math.h>
 #include <string.h>
 
@@ -52,7 +50,6 @@
 #include "gromacs/legacyheaders/network.h"
 #include "gromacs/topology/mtop_util.h"
 #include "gromacs/legacyheaders/nrnb.h"
-#include "gromacs/legacyheaders/bondf.h"
 
 #include "gromacs/math/vec.h"
 #include "gromacs/pbcutil/ishift.h"
@@ -89,7 +86,7 @@ typedef struct gbtmpnbls {
     int         list_nalloc;
 } t_gbtmpnbls;
 
-/* This function is exactly the same as the one in bondfree.c. The reason
+/* This function is exactly the same as the one in bonded/bonded.cpp. The reason
  * it is copied here is that the bonded gb-interactions are evaluated
  * not in calc_bonds, but rather in calc_gb_forces
  */