Move gmx_fatal.* to utility/fatalerror.*
[alexxy/gromacs.git] / src / gromacs / fileio / tngio.cpp
index c8854a3db762d410deff2c30df26a502fb9e7bff..518426a67423b8e2659371816f3ec9eca2fdf07f 100644 (file)
 #endif
 
 #include "gromacs/legacyheaders/copyrite.h"
-#include "gromacs/legacyheaders/gmx_fatal.h"
 #include "gromacs/legacyheaders/main.h"
 #include "gromacs/legacyheaders/physics.h"
+
+#include "gromacs/fileio/gmxfio.h"
 #include "gromacs/math/utilities.h"
 #include "gromacs/utility/common.h"
+#include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/gmxassert.h"
 #include "gromacs/utility/programcontext.h"
-#include "gmxfio.h"
 
 static const char *modeToVerb(char mode)
 {