Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxana / nrama.c
index a69fc8a3bd837111065f7547aaea6879c7072420..0c34aeeca73bf5f8e9c6378aba23abd37882087f 100644 (file)
  */
 #include "gmxpre.h"
 
+#include "nrama.h"
+
 #include <math.h>
 #include <stdlib.h>
 
-#include "nrama.h"
-
 #include "gromacs/bonded/bonded.h"
-#include "gromacs/utility/futil.h"
+#include "gromacs/pbcutil/rmpbc.h"
 #include "gromacs/utility/fatalerror.h"
+#include "gromacs/utility/futil.h"
 #include "gromacs/utility/smalloc.h"
-#include "gromacs/pbcutil/rmpbc.h"
 
 static const char *pp_pat[] = { "C", "N", "CA", "C", "N" };
 #define NPP (sizeof(pp_pat)/sizeof(pp_pat[0]))