X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_chi.c;h=8c377df06afe31642c6b944f64a07c1051f94332;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=0c5a02a21c618429bd73bbd6a394f99e02fa3ac4;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_chi.c b/src/gromacs/gmxana/gmx_chi.c index 0c5a02a21c..8c377df06a 100644 --- a/src/gromacs/gmxana/gmx_chi.c +++ b/src/gromacs/gmxana/gmx_chi.c @@ -40,25 +40,25 @@ #include #include +#include "gromacs/commandline/pargs.h" #include "gromacs/fileio/confio.h" +#include "gromacs/fileio/matio.h" #include "gromacs/fileio/pdbio.h" -#include "gromacs/utility/fatalerror.h" -#include "gromacs/utility/futil.h" -#include "gstat.h" -#include "gromacs/legacyheaders/macros.h" -#include "gromacs/math/utilities.h" -#include "gromacs/math/units.h" -#include "gromacs/topology/residuetypes.h" -#include "gromacs/utility/smalloc.h" -#include "gromacs/commandline/pargs.h" #include "gromacs/fileio/tpxio.h" +#include "gromacs/fileio/xvgr.h" +#include "gromacs/gmxana/gmx_ana.h" +#include "gromacs/gmxana/gstat.h" +#include "gromacs/legacyheaders/macros.h" #include "gromacs/legacyheaders/txtdump.h" #include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/math/vec.h" -#include "gromacs/fileio/xvgr.h" #include "gromacs/legacyheaders/viewit.h" -#include "gromacs/fileio/matio.h" -#include "gmx_ana.h" +#include "gromacs/math/units.h" +#include "gromacs/math/utilities.h" +#include "gromacs/math/vec.h" +#include "gromacs/topology/residuetypes.h" +#include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/futil.h" +#include "gromacs/utility/smalloc.h" static gmx_bool bAllowed(real phi, real psi) {