Move gmx_fatal.* to utility/fatalerror.*
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_saltbr.c
index 90c69cdf323dd38a2a31a001267792ce41ac2689..e9b8cd3636b4597b869855a17b3cb8fb990c4515 100644 (file)
 #include "gromacs/fileio/trxio.h"
 #include "gromacs/commandline/pargs.h"
 #include "gromacs/fileio/futil.h"
-#include "gmx_fatal.h"
+#include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/smalloc.h"
 #include "pbc.h"
 #include "xvgr.h"
 #include "gmx_ana.h"
 
-#include "gromacs/legacyheaders/gmx_fatal.h"
+#include "gromacs/utility/fatalerror.h"
 
 typedef struct {
     char *label;