Manually sort some includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / utility / file.cpp
index 787cb72c5ab33702d54f68ba192bf17752712157..31055f28b8637ee408f8dbb038a15b512f5c46fc 100644 (file)
@@ -39,6 +39,8 @@
  * \author Teemu Murtola <teemu.murtola@gmail.com>
  * \ingroup module_utility
  */
+#include "gmxpre.h"
+
 #include "file.h"
 
 #include <cerrno>
 #include <string>
 #include <vector>
 
+#include <sys/stat.h>
+
 #include "config.h"
 
-#include <sys/stat.h>
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif