Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / legacyheaders / checkpoint.h
index ae9e3a3370879f0d52d6d55c606e04aa2aa9b206..78f329dc232d728fbccc0fea5a932ab7b773f766 100644 (file)
@@ -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" {
@@ -73,8 +73,9 @@ void write_checkpoint(const char *fn, gmx_bool bNumberAndKeep,
  */
 void load_checkpoint(const char *fn, FILE **fplog,
                      t_commrec *cr, ivec dd_nc,
-                     t_inputrec *ir, t_state *state, gmx_bool *bReadRNG,
-                     gmx_bool *bReadEkin, gmx_bool bAppend, gmx_bool bForceAppend);
+                     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.