Reduced usage of typdefs.h
[alexxy/gromacs.git] / src / gromacs / timing / wallcycle.c
index ca6e0a88fbc652872fe208d7964e87ef12b44355..58986118bea05ba70a3d92b611553e48ca6cbd16 100644 (file)
 #include <stdlib.h>
 #include <string.h>
 
-#include "md_logging.h"
-
-#include "gromacs/timing/cyclecounter.h"
+#include "gromacs/legacyheaders/md_logging.h"
+#include "gromacs/legacyheaders/types/commrec.h"
 #include "gromacs/utility/cstringutil.h"
 #include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/gmxmpi.h"
 #include "gromacs/utility/smalloc.h"
 
+#include "cyclecounter.h"
+
 /* DEBUG_WCYCLE adds consistency checking for the counters.
  * It checks if you stop a counter different from the last
  * one that was opened and if you do nest too deep.