Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / timing / cyclecounter.h
index fcacc5e2042bfc42d1fccfaf2d19b7f99ad3b3cc..4b3bede73610ad1a63a82d059f4bd4fa1f7956cd 100644 (file)
@@ -148,8 +148,8 @@ typedef hrtime_t
 
 #elif defined(__xlC__) && defined (_AIX)
 /* AIX compilers */
-#include <sys/time.h>
 #include <sys/systemcfg.h>
+#include <sys/time.h>
 typedef unsigned long long
     gmx_cycles_t;