Fix build for external boost 1.56.0
[alexxy/gromacs.git] / src / gromacs / pbcutil / mshift.cpp
index 0c94f2321a2372a08fae7af5ddbf1d1afa4a6e57..fa47a80e1a19bf4ee2b77073af9216c325f32d91 100644 (file)
@@ -38,8 +38,6 @@
 
 #include "gromacs/pbcutil/mshift.h"
 
-#include "config.h"
-
 #include <string.h>
 
 #include <algorithm>
@@ -147,7 +145,7 @@ static void mk_igraph(t_graph *g, int ftype, t_ilist *il,
     }
 }
 
-GMX_ATTRIBUTE_NORETURN static void g_error(int line, const char *file)
+gmx_noreturn static void g_error(int line, const char *file)
 {
     gmx_fatal(FARGS, "Tring to print non existant graph (file %s, line %d)",
               file, line);