Move gmx_fatal.* to utility/fatalerror.*
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_pme_error.cpp
index 3d4766ca1a3db311715affc5404faab1699e5c6c..e079ba526d44f8e12e394974ac1e2dc3be1df2fb 100644 (file)
@@ -54,7 +54,7 @@
 #include "main.h"
 #include "macros.h"
 
-#include "gromacs/legacyheaders/gmx_fatal.h"
+#include "gromacs/utility/fatalerror.h"
 
 /* We use the same defines as in mvdata.c here */
 #define  block_bc(cr,   d) gmx_bcast(     sizeof(d),     &(d), (cr))