X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Ffileio%2Ftpxio.c;h=4fba747508fc6bb1bec86b89c7fd93924bf11bf7;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=db684d369936b2908e6bdccb073710b58ad0496b;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/fileio/tpxio.c b/src/gromacs/fileio/tpxio.c index db684d3699..4fba747508 100644 --- a/src/gromacs/fileio/tpxio.c +++ b/src/gromacs/fileio/tpxio.c @@ -38,19 +38,18 @@ /* This file is completely threadsafe - keep it that way! */ +#include "tpxio.h" + #include #include +#include "gromacs/fileio/confio.h" +#include "gromacs/fileio/filenm.h" +#include "gromacs/fileio/gmxfio.h" +#include "gromacs/legacyheaders/copyrite.h" #include "gromacs/legacyheaders/macros.h" #include "gromacs/legacyheaders/names.h" -#include "gromacs/utility/futil.h" -#include "filenm.h" -#include "gmxfio.h" -#include "tpxio.h" #include "gromacs/legacyheaders/txtdump.h" -#include "confio.h" -#include "gromacs/legacyheaders/copyrite.h" - #include "gromacs/math/vec.h" #include "gromacs/topology/atomprop.h" #include "gromacs/topology/block.h" @@ -59,6 +58,7 @@ #include "gromacs/topology/topology.h" #include "gromacs/utility/cstringutil.h" #include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/futil.h" #include "gromacs/utility/smalloc.h" #define TPX_TAG_RELEASE "release"