Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / pbcutil / pbc.c
index 7423102f8716218bf12ef65e0964a736ea641119..cfdc3be419f2b3b7045f3c12f06c94f37250d43d 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.
  */
-#include "gromacs/pbcutil/pbc.h"
+#include "gmxpre.h"
 
-#include "config.h"
+#include "gromacs/pbcutil/pbc.h"
 
 #include <assert.h>
 #include <math.h>
 
 #include "gromacs/legacyheaders/types/inputrec.h"
-#include "types/commrec.h"
-#include "txtdump.h"
-#include "names.h"
-#include "macros.h"
-#include "gmx_omp_nthreads.h"
+#include "gromacs/legacyheaders/types/commrec.h"
+#include "gromacs/legacyheaders/txtdump.h"
+#include "gromacs/legacyheaders/names.h"
+#include "gromacs/legacyheaders/macros.h"
+#include "gromacs/legacyheaders/gmx_omp_nthreads.h"
 
 #include "gromacs/math/utilities.h"
 #include "gromacs/math/vec.h"