Remove all unnecessary HAVE_CONFIG_H
[alexxy/gromacs.git] / src / gromacs / timing / cyclecounter.h
index 87d19b19a1c3865653b314e789343fd9d810af41..0737f413aa901b87196c3bada305d6fbf4002271 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>