Move gmx_fatal.* to utility/fatalerror.*
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / genconf.c
index 52b7b048b38769c14b51ec8ac8fc23c327918f4b..b459283c5e815acacc30269aa4de79a2a284d1ee 100644 (file)
@@ -51,7 +51,7 @@
 #include "sortwater.h"
 #include "gromacs/fileio/trxio.h"
 
-#include "gmx_fatal.h"
+#include "gromacs/utility/fatalerror.h"
 
 static void rand_rot(int natoms, rvec x[], rvec v[], vec4 xrot[], vec4 vrot[],
                      gmx_rng_t rng, rvec max_rot)