Merge release-5-0 into master
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / readpull.c
index aebd0d9e679e174678dc410085eb7d02f46dd270..9e2d0ab8156c4ffadfaf3d44ab01a746261eb7e9 100644 (file)
 #include <stdlib.h>
 
 #include "gromacs/utility/cstringutil.h"
-#include "sysstuff.h"
-#include "princ.h"
-#include "gromacs/fileio/futil.h"
-#include "vec.h"
+#include "gromacs/utility/futil.h"
+#include "gromacs/math/vec.h"
 #include "gromacs/utility/smalloc.h"
 #include "typedefs.h"
 #include "names.h"
-#include "gmx_fatal.h"
+#include "gromacs/utility/fatalerror.h"
 #include "macros.h"
-#include "index.h"
-#include "symtab.h"
 #include "readinp.h"
 #include "readir.h"
 #include "mdatoms.h"
-#include "pbc.h"
+#include "gromacs/pbcutil/pbc.h"
 #include "gromacs/pulling/pull.h"