Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / timing / cyclecounter.c
index f445e52f317d6091027576869220102c91ae7996..780587e11477cca335e5de29aa0139d04aa0088a 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/cyclecounter.h"
+#include "gmxpre.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