Manually sort some includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / timing / walltime_accounting.c
index bed1ad92191c8af77af6218ea299d1b0170a8289..d7c711127f606dddf1751301799992fe50c16d34 100644 (file)
  * To help us fund GROMACS development, we humbly ask that you cite
  * the research papers on the package. Check out http://www.gromacs.org.
  */
-#include "gromacs/timing/walltime_accounting.h"
+#include "gmxpre.h"
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "walltime_accounting.h"
 
 #include <time.h>
+
+#include "config.h"
+
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif