Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / legacyheaders / checkpoint.h
index a5e78391e013ae15587edb89cb722473d1d964cd..78f329dc232d728fbccc0fea5a932ab7b773f766 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2004, The GROMACS development team.
- * Copyright (c) 2013, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -39,9 +39,9 @@
 #define _checkpoint_h
 
 
-#include "typedefs.h"
-#include "../fileio/gmxfio.h"
-#include "../fileio/filenm.h"
+#include "gromacs/fileio/filenm.h"
+#include "gromacs/fileio/gmxfio.h"
+#include "gromacs/legacyheaders/typedefs.h"
 
 #ifdef __cplusplus
 extern "C" {
@@ -72,9 +72,10 @@ void write_checkpoint(const char *fn, gmx_bool bNumberAndKeep,
  * support file locking.
  */
 void load_checkpoint(const char *fn, FILE **fplog,
-                     t_commrec *cr, gmx_bool bPartDecomp, ivec dd_nc,
-                     t_inputrec *ir, t_state *state, gmx_bool *bReadRNG,
-                     gmx_bool *bReadEkin, gmx_bool bAppend, gmx_bool bForceAppend);
+                     t_commrec *cr, ivec dd_nc,
+                     t_inputrec *ir, t_state *state,
+                     gmx_bool *bReadEkin,
+                     gmx_bool bAppend, gmx_bool bForceAppend);
 
 /* Read the state from checkpoint file.
  * Arrays in state that are NULL are allocated.