X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_potential.c;h=9991682a450471ab97d4769602f5ee6047229d12;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=ba223b01ccf4640dca81995783c3895e053576a2;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_potential.c b/src/gromacs/gmxana/gmx_potential.c index ba223b01cc..9991682a45 100644 --- a/src/gromacs/gmxana/gmx_potential.c +++ b/src/gromacs/gmxana/gmx_potential.c @@ -40,22 +40,21 @@ #include #include -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/utility/smalloc.h" -#include "gromacs/legacyheaders/macros.h" -#include "princ.h" -#include "gromacs/pbcutil/rmpbc.h" -#include "gromacs/math/vec.h" +#include "gromacs/commandline/pargs.h" +#include "gromacs/fileio/trxio.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/utility/futil.h" -#include "gromacs/commandline/pargs.h" +#include "gromacs/math/vec.h" +#include "gromacs/pbcutil/rmpbc.h" #include "gromacs/topology/index.h" -#include "gmx_ana.h" #include "gromacs/utility/cstringutil.h" -#include "gromacs/fileio/trxio.h" - #include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/futil.h" +#include "gromacs/utility/smalloc.h" #define EPS0 8.85419E-12 #define ELC 1.60219E-19