Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / pbcutil / mshift.cpp
index 0c94f2321a2372a08fae7af5ddbf1d1afa4a6e57..346f029ead1de4ca142cc0102e3a0399418d4306 100644 (file)
  */
 #include "gmxpre.h"
 
-#include "gromacs/pbcutil/mshift.h"
-
-#include "config.h"
+#include "mshift.h"
 
 #include <string.h>
 
 #include <algorithm>
 
 #include "gromacs/legacyheaders/types/ifunc.h"
-
 #include "gromacs/math/vec.h"
 #include "gromacs/pbcutil/pbc.h"
 #include "gromacs/utility/fatalerror.h"
@@ -147,7 +144,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);