Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / timing / wallcycle.c
index cedfaa6c83ca009c3207e13ce36def1e82d51c69..c6f468e3ed4bc0f89b584cd4b4769335b9c4b216 100644 (file)
@@ -36,7 +36,7 @@
  */
 #include "gmxpre.h"
 
-#include "gromacs/timing/wallcycle.h"
+#include "wallcycle.h"
 
 #include "config.h"
 
 
 #include "gromacs/legacyheaders/md_logging.h"
 #include "gromacs/legacyheaders/types/commrec.h"
+#include "gromacs/timing/cyclecounter.h"
 #include "gromacs/utility/cstringutil.h"
 #include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/gmxmpi.h"
 #include "gromacs/utility/smalloc.h"
 
-#include "cyclecounter.h"
-
 /* DEBUG_WCYCLE adds consistency checking for the counters.
  * It checks if you stop a counter different from the last
  * one that was opened and if you do nest too deep.