X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_dipoles.cpp;h=b930a6115e98f83f47ed3ca845b2d8eb78bbbedc;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=68e338fe04be79a85f0791000612763be85e6277;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_dipoles.cpp b/src/gromacs/gmxana/gmx_dipoles.cpp index 68e338fe04..b930a6115e 100644 --- a/src/gromacs/gmxana/gmx_dipoles.cpp +++ b/src/gromacs/gmxana/gmx_dipoles.cpp @@ -36,37 +36,36 @@ */ #include "gmxpre.h" -#include #include +#include #include -#include "gromacs/legacyheaders/macros.h" -#include "gromacs/pbcutil/pbc.h" -#include "gromacs/utility/futil.h" -#include "gromacs/legacyheaders/viewit.h" -#include "gromacs/legacyheaders/txtdump.h" -#include "gromacs/statistics/statistics.h" -#include "gstat.h" -#include "gromacs/topology/index.h" -#include "gromacs/random/random.h" -#include "gromacs/legacyheaders/names.h" -#include "gromacs/math/units.h" -#include "gromacs/legacyheaders/calcmu.h" -#include "gromacs/fileio/enxio.h" -#include "gmx_ana.h" -#include "gromacs/legacyheaders/copyrite.h" -#include "gromacs/fileio/trxio.h" - #include "gromacs/bonded/bonded.h" #include "gromacs/commandline/pargs.h" +#include "gromacs/fileio/enxio.h" #include "gromacs/fileio/matio.h" +#include "gromacs/fileio/trxio.h" #include "gromacs/fileio/xvgr.h" +#include "gromacs/gmxana/gmx_ana.h" +#include "gromacs/gmxana/gstat.h" +#include "gromacs/legacyheaders/calcmu.h" +#include "gromacs/legacyheaders/copyrite.h" +#include "gromacs/legacyheaders/macros.h" +#include "gromacs/legacyheaders/names.h" +#include "gromacs/legacyheaders/txtdump.h" +#include "gromacs/legacyheaders/viewit.h" #include "gromacs/linearalgebra/nrjac.h" +#include "gromacs/math/units.h" #include "gromacs/math/vec.h" +#include "gromacs/pbcutil/pbc.h" #include "gromacs/pbcutil/rmpbc.h" +#include "gromacs/random/random.h" +#include "gromacs/statistics/statistics.h" +#include "gromacs/topology/index.h" #include "gromacs/utility/exceptions.h" #include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/futil.h" #include "gromacs/utility/smalloc.h" #define e2d(x) ENM2DEBYE*(x)