Move gmx_fatal.* to utility/fatalerror.*
[alexxy/gromacs.git] / src / gromacs / gmxana / fitahx.c
index 7ee4bf867cb51ed0ac2df7b43e14c9dbd5bf01e2..ebf5b50f6b84da3332e54c74374c4b876294de59 100644 (file)
@@ -42,7 +42,7 @@
 #include "vec.h"
 
 #include "gromacs/math/do_fit.h"
-#include "gromacs/legacyheaders/gmx_fatal.h"
+#include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/smalloc.h"
 
 static void my_calc_xcm(int nbb, atom_id bbind[], rvec x[], rvec xcm)