Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / timing / cyclecounter.c
index 037d3952c144fb9fa9e6f7bbce9e5cd9e90348ac..780587e11477cca335e5de29aa0139d04aa0088a 100644 (file)
  */
 #include "gmxpre.h"
 
-#include "gromacs/timing/cyclecounter.h"
+#include "cyclecounter.h"
 
 #include "config.h"
 
 #include <time.h>
+
 #ifdef HAVE_SYS_TIME_H
 #include <sys/time.h>
 #endif
-
 #ifdef _MSC_VER
 #include <windows.h>
 #endif