Merge release-5-0 into master
[alexxy/gromacs.git] / src / gromacs / timing / cyclecounter.h
index 7751db43906c65805b076820fd707be7f2d0dad9..fcacc5e2042bfc42d1fccfaf2d19b7f99ad3b3cc 100644 (file)
@@ -49,9 +49,7 @@
  * define HAVE_RDTSCP to use the serializing rdtscp instruction instead of rdtsc.
  * This is only supported on newer Intel/AMD hardware, but provides better accuracy.
  */
-#ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
 
 #ifdef _MSC_VER
 #include <intrin.h>