X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_sham.c;h=863e820489311dce7ea8895d4dcc76ca563e3551;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=c2a0ae7423f9e7e75b8fa638c60fd83e1172edb6;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_sham.c b/src/gromacs/gmxana/gmx_sham.c index c2a0ae7423..863e820489 100644 --- a/src/gromacs/gmxana/gmx_sham.c +++ b/src/gromacs/gmxana/gmx_sham.c @@ -41,20 +41,20 @@ #include #include "gromacs/commandline/pargs.h" -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/utility/smalloc.h" +#include "gromacs/fileio/matio.h" +#include "gromacs/fileio/pdbio.h" +#include "gromacs/fileio/xvgr.h" +#include "gromacs/gmxana/gmx_ana.h" +#include "gromacs/gmxana/gstat.h" #include "gromacs/legacyheaders/macros.h" -#include "gromacs/utility/fatalerror.h" -#include "gromacs/math/vec.h" -#include "gromacs/utility/futil.h" #include "gromacs/legacyheaders/readinp.h" #include "gromacs/legacyheaders/txtdump.h" -#include "gstat.h" -#include "gromacs/fileio/xvgr.h" +#include "gromacs/legacyheaders/typedefs.h" #include "gromacs/math/units.h" -#include "gromacs/fileio/pdbio.h" -#include "gromacs/fileio/matio.h" -#include "gmx_ana.h" +#include "gromacs/math/vec.h" +#include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/futil.h" +#include "gromacs/utility/smalloc.h" static int index2(int *ibox, int x, int y)