X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_genpr.c;h=1dbe1e35e57d6a0723fb5bbd7d5a689178288f62;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=a883f697a8c96dd993235a9ba07fba555e48b465;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_genpr.c b/src/gromacs/gmxana/gmx_genpr.c index a883f697a8..1dbe1e35e5 100644 --- a/src/gromacs/gmxana/gmx_genpr.c +++ b/src/gromacs/gmxana/gmx_genpr.c @@ -40,16 +40,16 @@ #include #include "gromacs/commandline/pargs.h" -#include "gromacs/utility/smalloc.h" -#include "gromacs/legacyheaders/typedefs.h" #include "gromacs/fileio/confio.h" -#include "gromacs/utility/futil.h" +#include "gromacs/gmxana/gmx_ana.h" #include "gromacs/legacyheaders/macros.h" +#include "gromacs/legacyheaders/typedefs.h" #include "gromacs/math/vec.h" #include "gromacs/topology/index.h" #include "gromacs/utility/cstringutil.h" #include "gromacs/utility/fatalerror.h" -#include "gmx_ana.h" +#include "gromacs/utility/futil.h" +#include "gromacs/utility/smalloc.h" int gmx_genpr(int argc, char *argv[]) {