Manually sort some includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / fflibutil.cpp
index c08255fa8c41aad2386b38065b66f11d3adc02a3..b47aa18b7c86c5acc632c6561c94a64c1186b4f5 100644 (file)
  */
 #include "gmxpre.h"
 
-#include "config.h"
+#include "fflibutil.h"
 
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 
 #include <fcntl.h>
-#include <sys/types.h>
 #include <sys/stat.h>
+#include <sys/types.h>
+
+#include "config.h"
+
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif
 
 #include "gromacs/legacyheaders/network.h"
-#include "fflibutil.h"
-
 #include "gromacs/utility/cstringutil.h"
+#include "gromacs/utility/exceptions.h"
 #include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/futil.h"
-#include "gromacs/utility/exceptions.h"
 #include "gromacs/utility/path.h"
 #include "gromacs/utility/programcontext.h"
 #include "gromacs/utility/smalloc.h"