Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxlib / checkpoint.cpp
index bec5b71652101e227368ff40e1adaf74889d425f..c1a806c42dc785c6bb80ba0fbc0c0b865bbe9b5c 100644 (file)
@@ -39,6 +39,8 @@
 
 #include "gromacs/legacyheaders/checkpoint.h"
 
+#include "config.h"
+
 #include <errno.h>
 #include <stdlib.h>
 #include <string.h>
@@ -46,8 +48,6 @@
 
 #include <fcntl.h>
 
-#include "config.h"
-
 #ifdef HAVE_SYS_TIME_H
 #include <sys/time.h>
 #endif