Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / fileio / gmxfio.c
index 24dbc9f54a26b3b2ef46c767432d48d5e749c27a..cad0b389519d0ce2e7b5b6a5844a04cfba9266c6 100644 (file)
  */
 #include "gmxpre.h"
 
+#include "gmxfio.h"
+
 #include "config.h"
 
 #include <errno.h>
 #include <stdio.h>
 #include <string.h>
+
 #ifdef HAVE_IO_H
 #include <io.h>
 #endif
 
 #include "thread_mpi/threads.h"
 
-#include "gromacs/utility/fatalerror.h"
+#include "gromacs/fileio/filenm.h"
+#include "gromacs/fileio/gmxfio_int.h"
+#include "gromacs/fileio/md5.h"
 #include "gromacs/legacyheaders/macros.h"
-#include "gromacs/utility/smalloc.h"
-#include "gromacs/utility/futil.h"
-#include "filenm.h"
 #include "gromacs/utility/cstringutil.h"
-#include "gmxfio.h"
-#include "md5.h"
-
-#include "gmxfio_int.h"
+#include "gromacs/utility/fatalerror.h"
+#include "gromacs/utility/futil.h"
+#include "gromacs/utility/smalloc.h"
 
 /* This is the new improved and thread safe version of gmxfio. */