X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_rmsf.c;h=c4398533cd3de8b584675a8e890b4782097e0cf0;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=de56950586c5fc53507decd4665a0b9dc9ba1958;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_rmsf.c b/src/gromacs/gmxana/gmx_rmsf.c index de56950586..c4398533cd 100644 --- a/src/gromacs/gmxana/gmx_rmsf.c +++ b/src/gromacs/gmxana/gmx_rmsf.c @@ -38,25 +38,24 @@ #include -#include "gromacs/utility/smalloc.h" -#include "gromacs/legacyheaders/macros.h" -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/fileio/xvgr.h" -#include "gromacs/legacyheaders/viewit.h" #include "gromacs/commandline/pargs.h" -#include "gromacs/math/vec.h" -#include "gromacs/topology/index.h" +#include "gromacs/fileio/confio.h" #include "gromacs/fileio/pdbio.h" #include "gromacs/fileio/tpxio.h" #include "gromacs/fileio/trxio.h" -#include "gromacs/utility/futil.h" -#include "princ.h" -#include "gromacs/pbcutil/rmpbc.h" -#include "gromacs/fileio/confio.h" -#include "gmx_ana.h" - +#include "gromacs/fileio/xvgr.h" +#include "gromacs/gmxana/gmx_ana.h" +#include "gromacs/gmxana/princ.h" +#include "gromacs/legacyheaders/macros.h" +#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/legacyheaders/viewit.h" #include "gromacs/linearalgebra/eigensolver.h" #include "gromacs/math/do_fit.h" +#include "gromacs/math/vec.h" +#include "gromacs/pbcutil/rmpbc.h" +#include "gromacs/topology/index.h" +#include "gromacs/utility/futil.h" +#include "gromacs/utility/smalloc.h" static real find_pdb_bfac(t_atoms *atoms, t_resinfo *ri, char *atomnm) {