Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / mdlib / csettle.c
index 281f3973c2aa9721df5bf717be24d554b3d9a474..44920009a9adeed85934b49ee2de1f90e221af2c 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 <stdio.h>
-#include "vec.h"
-#include "constr.h"
-#include "gmx_fatal.h"
+
+#include "gromacs/legacyheaders/constr.h"
+
+#include "gromacs/math/vec.h"
+#include "gromacs/pbcutil/ishift.h"
+#include "gromacs/pbcutil/pbc.h"
+#include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/smalloc.h"
-#include "pbc.h"
 
 typedef struct
 {