Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / gmxlib / chargegroup.c
index d02c0d72f7f791e10b4e29eeec02bff0289366e5..00dbf09dcfa342420d3774b9cf9f392f1a39269f 100644 (file)
  * To help us fund GROMACS development, we humbly ask that you cite
  * the research papers on the package. Check out http://www.gromacs.org.
  */
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "gmxpre.h"
 
 #include <math.h>
-#include "typedefs.h"
+#include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/math/vec.h"
 #include "gromacs/pbcutil/pbc.h"
 #include "gromacs/utility/smalloc.h"
 #include "gromacs/utility/fatalerror.h"
-#include "chargegroup.h"
+#include "gromacs/legacyheaders/chargegroup.h"
 
 
 void calc_chargegroup_radii(const gmx_mtop_t *mtop, rvec *x,