X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fnrama.c;h=0c34aeeca73bf5f8e9c6378aba23abd37882087f;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=a69fc8a3bd837111065f7547aaea6879c7072420;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/nrama.c b/src/gromacs/gmxana/nrama.c index a69fc8a3bd..0c34aeeca7 100644 --- a/src/gromacs/gmxana/nrama.c +++ b/src/gromacs/gmxana/nrama.c @@ -36,16 +36,16 @@ */ #include "gmxpre.h" +#include "nrama.h" + #include #include -#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]))