X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_saltbr.c;h=46fd1409e178e628c4414ecc238a010bec8d4790;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=47b3e6cca7da83a2173b726647833137fbacc006;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_saltbr.c b/src/gromacs/gmxana/gmx_saltbr.c index 47b3e6cca7..46fd1409e1 100644 --- a/src/gromacs/gmxana/gmx_saltbr.c +++ b/src/gromacs/gmxana/gmx_saltbr.c @@ -39,20 +39,18 @@ #include #include -#include "gromacs/legacyheaders/macros.h" -#include "gromacs/math/vec.h" -#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/commandline/pargs.h" #include "gromacs/fileio/filenm.h" #include "gromacs/fileio/trxio.h" -#include "gromacs/commandline/pargs.h" -#include "gromacs/utility/futil.h" -#include "gromacs/utility/fatalerror.h" -#include "gromacs/utility/smalloc.h" -#include "gromacs/pbcutil/pbc.h" #include "gromacs/fileio/xvgr.h" -#include "gmx_ana.h" - +#include "gromacs/gmxana/gmx_ana.h" +#include "gromacs/legacyheaders/macros.h" +#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/math/vec.h" +#include "gromacs/pbcutil/pbc.h" #include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/futil.h" +#include "gromacs/utility/smalloc.h" typedef struct { char *label;