Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / gmxlib / ifunc.c
index d85fa96c500da7cfd01e6e363db496885c4060e2..e27b78aa22c23e51d52228a0b2e185a039bed094 100644 (file)
 /* This file is completely threadsafe - keep it that way! */
 #include "gmxpre.h"
 
-#include "config.h"
-
-
+#include "gromacs/bonded/bonded.h"
 #include "gromacs/legacyheaders/typedefs.h"
-#include "gromacs/legacyheaders/bondf.h"
 #include "gromacs/legacyheaders/disre.h"
 #include "gromacs/legacyheaders/orires.h"
 #include "gromacs/legacyheaders/genborn.h"
 
-
 #define  def_bonded(str, lstr, nra, nrpa, nrpb, ind, func) \
     {str, lstr, (nra), (nrpa), (nrpb), IF_BOND,                        (ind), (func)}