X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Ftools%2Fdump.c;h=9c57a293d435a1c97bc95b4e9dd3b814e311bb25;hb=a5b355552b920746e3dda332accccabadfe37b50;hp=c87fe831ce544f51ffb63b6af7bcde9c94218d27;hpb=7df930ee2e1d3bac7d080dfd994417c47fec94db;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/tools/dump.c b/src/gromacs/tools/dump.c index c87fe831ce..9c57a293d4 100644 --- a/src/gromacs/tools/dump.c +++ b/src/gromacs/tools/dump.c @@ -36,37 +36,35 @@ */ #include "gmxpre.h" -#include "config.h" - #include #include #include #include -#include "gromacs/legacyheaders/macros.h" -#include "gromacs/legacyheaders/txtdump.h" -#include "gromacs/legacyheaders/names.h" -#include "gromacs/legacyheaders/txtdump.h" -#include "gromacs/legacyheaders/checkpoint.h" -#include "gromacs/topology/mtop_util.h" -#include "gromacs/fileio/xtcio.h" -#include "gromacs/fileio/enxio.h" -#include "gromacs/fileio/gmxfio.h" -#include "gromacs/fileio/tpxio.h" -#include "gromacs/fileio/trnio.h" -#include "gromacs/utility/futil.h" -#include "gromacs/fileio/tngio.h" -#include "gromacs/fileio/tngio_for_tools.h" +#include "config.h" #ifdef HAVE_UNISTD_H #include #endif #include "gromacs/commandline/pargs.h" +#include "gromacs/fileio/enxio.h" +#include "gromacs/fileio/gmxfio.h" #include "gromacs/fileio/mtxio.h" +#include "gromacs/fileio/tngio.h" +#include "gromacs/fileio/tngio_for_tools.h" +#include "gromacs/fileio/tpxio.h" +#include "gromacs/fileio/trnio.h" +#include "gromacs/fileio/xtcio.h" #include "gromacs/gmxpreprocess/gmxcpp.h" +#include "gromacs/legacyheaders/checkpoint.h" +#include "gromacs/legacyheaders/macros.h" +#include "gromacs/legacyheaders/names.h" +#include "gromacs/legacyheaders/txtdump.h" #include "gromacs/linearalgebra/sparsematrix.h" +#include "gromacs/topology/mtop_util.h" #include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/futil.h" #include "gromacs/utility/smalloc.h" static void list_tpx(const char *fn, gmx_bool bShowNumbers, const char *mdpfn,