Merge release-5-0 into master
[alexxy/gromacs.git] / src / gromacs / mdlib / pme_pp.c
index 0aee97b824d4376cc52e0cc23e3f3d6cc44f174a..d245e92a30b1781a7da46ea98908c45525533962 100644 (file)
@@ -35,9 +35,7 @@
  * the research papers on the package. Check out http://www.gromacs.org.
  */
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "config.h"
 
 
 #include <stdio.h>
@@ -46,8 +44,8 @@
 #include "typedefs.h"
 #include "types/commrec.h"
 #include "gromacs/utility/smalloc.h"
-#include "gmx_fatal.h"
-#include "vec.h"
+#include "gromacs/utility/fatalerror.h"
+#include "gromacs/math/vec.h"
 #include "pme.h"
 #include "network.h"
 #include "domdec.h"