Merge release-5-0 into master
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / addconf.c
index 27a3b5b752d35180f8391b9a4ccccc75450cd397..e89b0bbb311123e7d7679bc96645a48575f4e184 100644 (file)
@@ -42,9 +42,9 @@
 
 #include <stdlib.h>
 #include <string.h>
-#include "vec.h"
+
+#include "gromacs/math/vec.h"
 #include "macros.h"
-#include "gromacs/utility/smalloc.h"
 #include "types/commrec.h"
 #include "force.h"
 #include "names.h"
 #include "mtop_util.h"
 #include "chargegroup.h"
 
+#include "gromacs/pbcutil/pbc.h"
+#include "gromacs/topology/block.h"
+#include "gromacs/topology/topology.h"
+#include "gromacs/utility/smalloc.h"
+
 static real box_margin;
 
 static real max_dist(rvec *x, real *r, int start, int end)