X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_trjcat.c;h=e13434df5543e92f9d6659320b0a1836c13aaabc;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=5a011c992ccd64feb2f85ce8fd296b72ce1abaee;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_trjcat.c b/src/gromacs/gmxana/gmx_trjcat.c index 5a011c992c..e13434df55 100644 --- a/src/gromacs/gmxana/gmx_trjcat.c +++ b/src/gromacs/gmxana/gmx_trjcat.c @@ -40,27 +40,26 @@ #include #include -#include "gromacs/legacyheaders/macros.h" -#include "gromacs/utility/smalloc.h" -#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/commandline/pargs.h" +#include "gromacs/fileio/confio.h" #include "gromacs/fileio/gmxfio.h" -#include "gromacs/fileio/tpxio.h" -#include "gromacs/fileio/trxio.h" -#include "gromacs/fileio/trnio.h" +#include "gromacs/fileio/pdbio.h" #include "gromacs/fileio/tngio.h" #include "gromacs/fileio/tngio_for_tools.h" -#include "gromacs/commandline/pargs.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/tpxio.h" +#include "gromacs/fileio/trnio.h" +#include "gromacs/fileio/trxio.h" #include "gromacs/fileio/xtcio.h" #include "gromacs/fileio/xvgr.h" -#include "gmx_ana.h" - +#include "gromacs/gmxana/gmx_ana.h" +#include "gromacs/legacyheaders/macros.h" +#include "gromacs/legacyheaders/names.h" +#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/math/vec.h" +#include "gromacs/topology/index.h" #include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/futil.h" +#include "gromacs/utility/smalloc.h" #define TIME_EXPLICIT 0 #define TIME_CONTINUE 1