Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / gmxlib / conformation-utilities.c
index 2682de6d80ae4ec28c69f4c9cc3f569b5d040214..59f433fa5d8a5b269cbac0e7e4bda9caad34fde5 100644 (file)
  * the research papers on the package. Check out http://www.gromacs.org.
  */
 /* This file is completely threadsafe - keep it that way! */
-#include "conformation-utilities.h"
+#include "gmxpre.h"
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "conformation-utilities.h"
 
 #include <math.h>
-#include "macros.h"
-#include "vec.h"
-#include "gmx_fatal.h"
-#include "pbc.h"
+#include "gromacs/legacyheaders/macros.h"
+#include "gromacs/math/vec.h"
+#include "gromacs/pbcutil/pbc.h"
 
 static real dist2(t_pbc *pbc, rvec x, rvec y)
 {