Remove all unnecessary HAVE_CONFIG_H
[alexxy/gromacs.git] / src / gromacs / timing / cyclecounter.c
index 4372575e4d6654e1f5afcc5bf484ecb597121067..f445e52f317d6091027576869220102c91ae7996 100644 (file)
@@ -2,7 +2,7 @@
  * This file is part of the GROMACS molecular simulation package.
  *
  * Copyright (c) 1991-2006 David van der Spoel, Erik Lindahl, Berk Hess, University of Groningen.
- * Copyright (c) 2013, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -35,9 +35,7 @@
  */
 #include "gromacs/timing/cyclecounter.h"
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "config.h"
 
 #include <time.h>
 #ifdef HAVE_SYS_TIME_H