X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_rama.c;h=5198b0c730502b0d05651f3a56a1a56cf19b5f67;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=711bac7ecef0f4c535fda56af6d579694de6d8fc;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_rama.c b/src/gromacs/gmxana/gmx_rama.c index 711bac7ece..5198b0c730 100644 --- a/src/gromacs/gmxana/gmx_rama.c +++ b/src/gromacs/gmxana/gmx_rama.c @@ -39,17 +39,17 @@ #include #include -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/utility/smalloc.h" -#include "gromacs/legacyheaders/macros.h" -#include "gromacs/math/vec.h" +#include "gromacs/commandline/pargs.h" #include "gromacs/fileio/xvgr.h" +#include "gromacs/gmxana/gmx_ana.h" +#include "gromacs/gmxana/nrama.h" +#include "gromacs/legacyheaders/macros.h" +#include "gromacs/legacyheaders/typedefs.h" #include "gromacs/legacyheaders/viewit.h" #include "gromacs/math/units.h" +#include "gromacs/math/vec.h" #include "gromacs/utility/futil.h" -#include "gromacs/commandline/pargs.h" -#include "nrama.h" -#include "gmx_ana.h" +#include "gromacs/utility/smalloc.h" static void plot_rama(FILE *out, t_xrama *xr)