X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_trjconv.c;h=f0aa6b5d808eac396d8d787f63fc9cb64717fcf8;hb=a5b355552b920746e3dda332accccabadfe37b50;hp=29e064f74b87f73dcf7c6e8e8c45eb88446a0cbe;hpb=7df930ee2e1d3bac7d080dfd994417c47fec94db;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_trjconv.c b/src/gromacs/gmxana/gmx_trjconv.c index 29e064f74b..f0aa6b5d80 100644 --- a/src/gromacs/gmxana/gmx_trjconv.c +++ b/src/gromacs/gmxana/gmx_trjconv.c @@ -36,43 +36,42 @@ */ #include "gmxpre.h" -#include "config.h" - #include #include #include -#include "gromacs/legacyheaders/copyrite.h" -#include "gromacs/legacyheaders/macros.h" -#include "gromacs/legacyheaders/typedefs.h" +#include "config.h" + +#ifdef HAVE_UNISTD_H +#include +#endif + +#include "gromacs/commandline/pargs.h" +#include "gromacs/fileio/confio.h" #include "gromacs/fileio/gmxfio.h" +#include "gromacs/fileio/pdbio.h" +#include "gromacs/fileio/tngio_for_tools.h" #include "gromacs/fileio/tpxio.h" -#include "gromacs/fileio/trxio.h" #include "gromacs/fileio/trnio.h" -#include "gromacs/fileio/tngio_for_tools.h" -#include "gromacs/utility/futil.h" -#include "gromacs/fileio/pdbio.h" -#include "gromacs/fileio/confio.h" -#include "gromacs/legacyheaders/names.h" -#include "gromacs/topology/index.h" -#include "gromacs/math/vec.h" +#include "gromacs/fileio/trxio.h" #include "gromacs/fileio/xtcio.h" -#include "gromacs/legacyheaders/viewit.h" -#include "gmx_ana.h" - -#include "gromacs/commandline/pargs.h" #include "gromacs/fileio/xvgr.h" +#include "gromacs/gmxana/gmx_ana.h" +#include "gromacs/legacyheaders/copyrite.h" +#include "gromacs/legacyheaders/macros.h" +#include "gromacs/legacyheaders/names.h" +#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/legacyheaders/viewit.h" #include "gromacs/math/do_fit.h" +#include "gromacs/math/vec.h" #include "gromacs/pbcutil/pbc.h" #include "gromacs/pbcutil/rmpbc.h" +#include "gromacs/topology/index.h" #include "gromacs/topology/topology.h" #include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/futil.h" #include "gromacs/utility/smalloc.h" -#ifdef HAVE_UNISTD_H -#include -#endif - enum { euSel, euRect, euTric, euCompact, euNR };