Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / mdlib / perf_est.c
index 8069880ce220d14201c2550add48308fc8100d30..29010b067ad9b6315ad3bced7cf112e26dd7892d 100644 (file)
@@ -34,7 +34,7 @@
  * 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 "config.h"
+#include "gmxpre.h"
 
 #include <math.h>
 
@@ -42,8 +42,8 @@
 #include "gromacs/topology/topology.h"
 #include "gromacs/utility/fatalerror.h"
 
-#include "perf_est.h"
-#include "types/commrec.h"
+#include "gromacs/legacyheaders/perf_est.h"
+#include "gromacs/legacyheaders/types/commrec.h"
 #include "nbnxn_search.h"
 #include "nbnxn_consts.h"