Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / gmxlib / chargegroup.c
index 93df8e1a1d9587037fa45c8f4ed4f10f8f3ac9df..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 "sysstuff.h"
-#include "typedefs.h"
-#include "vec.h"
-#include "pbc.h"
+#include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/math/vec.h"
+#include "gromacs/pbcutil/pbc.h"
 #include "gromacs/utility/smalloc.h"
-#include "gmx_fatal.h"
-#include "chargegroup.h"
+#include "gromacs/utility/fatalerror.h"
+#include "gromacs/legacyheaders/chargegroup.h"
 
 
 void calc_chargegroup_radii(const gmx_mtop_t *mtop, rvec *x,