Manually sort some includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / timing / walltime_accounting.c
index 8dc9ac17be581e06ce8cdfd7d45613bc0d83eb74..d7c711127f606dddf1751301799992fe50c16d34 100644 (file)
  */
 #include "gmxpre.h"
 
-#include "gromacs/timing/walltime_accounting.h"
+#include "walltime_accounting.h"
+
+#include <time.h>
 
 #include "config.h"
 
-#include <time.h>
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif