Remove more uses of typedefs.h
[alexxy/gromacs.git] / src / gromacs / legacyheaders / gmx_hash.h
index da399214daf57da218e4dc2c0f501bc54e160d31..2e15f38c673e65370d8fb66d72090a3509acf199 100644 (file)
 #ifndef _gmx_hash_h
 #define _gmx_hash_h
 
-#include "typedefs.h"
-#include "gromacs/utility/smalloc.h"
+#include <stdio.h>
+
+#include "types/commrec.h"
 #include "gromacs/utility/fatalerror.h"
+#include "gromacs/utility/smalloc.h"
 
 #ifdef __cplusplus
 extern "C" {