Move smalloc.h to utility/
[alexxy/gromacs.git] / src / gromacs / fileio / mdoutf.c
index d140e1dc6a80b232aa4a7e3469d074e5b6047dfb..bcbf75b11456e2d963db0db381419405c587bc8f 100644 (file)
@@ -36,7 +36,6 @@
 
 #include "gromacs/legacyheaders/xvgr.h"
 #include "gromacs/legacyheaders/mdrun.h"
-#include "gromacs/legacyheaders/smalloc.h"
 #include "gromacs/legacyheaders/types/commrec.h"
 #include "gromacs/legacyheaders/mvdata.h"
 #include "gromacs/legacyheaders/domdec.h"
@@ -47,6 +46,8 @@
 #include "checkpoint.h"
 #include "copyrite.h"
 
+#include "gromacs/utility/smalloc.h"
+
 struct gmx_mdoutf {
     t_fileio         *fp_trn;
     t_fileio         *fp_xtc;