Merge release-5-0 into release-5-1
[alexxy/gromacs.git] / src / gromacs / mdlib / compute_io.c
similarity index 98%
rename from src/gromacs/gmxpreprocess/compute_io.c
rename to src/gromacs/mdlib/compute_io.c
index cc74576b8c6cde3af3d3bb0963763c5e02a706ab..825447dba8a4ab34d664c0e7444f14171200766d 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.
  */
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "gmxpre.h"
+
+#include "compute_io.h"
 
 #include <signal.h>
 #include <stdlib.h>
-#include "typedefs.h"
+
+#include "gromacs/legacyheaders/typedefs.h"
 
 static int div_nsteps(int nsteps, int nst)
 {