X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_pme_error.cpp;h=0b0373833e6f6f5de3b56712705aaa0dd8664cfe;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=0dc23d9f85d43c5b6cba79fb90b8e9c2eb9b3dff;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_pme_error.cpp b/src/gromacs/gmxana/gmx_pme_error.cpp index 0dc23d9f85..0b0373833e 100644 --- a/src/gromacs/gmxana/gmx_pme_error.cpp +++ b/src/gromacs/gmxana/gmx_pme_error.cpp @@ -34,31 +34,30 @@ */ #include "gmxpre.h" +#include "config.h" + #include #include "gromacs/commandline/pargs.h" -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/legacyheaders/types/commrec.h" -#include "gromacs/utility/smalloc.h" -#include "gromacs/math/vec.h" -#include "gromacs/legacyheaders/copyrite.h" #include "gromacs/fileio/tpxio.h" -#include "gromacs/legacyheaders/readinp.h" +#include "gromacs/gmxana/gmx_ana.h" #include "gromacs/legacyheaders/calcgrid.h" #include "gromacs/legacyheaders/checkpoint.h" -#include "gmx_ana.h" -#include "gromacs/random/random.h" -#include "gromacs/math/units.h" -#include "gromacs/legacyheaders/mdatoms.h" +#include "gromacs/legacyheaders/copyrite.h" #include "gromacs/legacyheaders/coulomb.h" -#include "gromacs/topology/mtop_util.h" -#include "gromacs/legacyheaders/network.h" -#include "gromacs/legacyheaders/main.h" #include "gromacs/legacyheaders/macros.h" - +#include "gromacs/legacyheaders/main.h" +#include "gromacs/legacyheaders/mdatoms.h" +#include "gromacs/legacyheaders/network.h" +#include "gromacs/legacyheaders/readinp.h" +#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/legacyheaders/types/commrec.h" +#include "gromacs/math/units.h" +#include "gromacs/math/vec.h" +#include "gromacs/random/random.h" +#include "gromacs/topology/mtop_util.h" #include "gromacs/utility/fatalerror.h" - -#include "config.h" +#include "gromacs/utility/smalloc.h" /* We use the same defines as in mvdata.c here */ #define block_bc(cr, d) gmx_bcast( sizeof(d), &(d), (cr))