Move smalloc.h to utility/
[alexxy/gromacs.git] / src / gromacs / fileio / tngio_for_tools.cpp
index 04ac5169d6ea31292ee97650aa5671e1f5d0f675..3d7954d1365c6806f0eb337751d8eb532d5cf5a1 100644 (file)
 #include "../../external/tng_io/include/tng_io.h"
 #endif
 
-#include "gromacs/utility/common.h"
 #include "gromacs/legacyheaders/types/atoms.h"
-#include "gromacs/legacyheaders/smalloc.h"
 #include "gromacs/legacyheaders/physics.h"
 #include "gromacs/legacyheaders/gmx_fatal.h"
 
+#include "gromacs/utility/common.h"
+#include "gromacs/utility/smalloc.h"
+
 void gmx_prepare_tng_writing(const char              *filename,
                              char                     mode,
                              tng_trajectory_t        *input,