X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Ffileio%2Fconfio.c;h=ef01aa45f771f253c55c0b94b7ee93e5ce333e86;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=57aff53965f5fc2b76fe05a452ee05cafbd51cad;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/fileio/confio.c b/src/gromacs/fileio/confio.c index 57aff53965..ef01aa45f7 100644 --- a/src/gromacs/fileio/confio.c +++ b/src/gromacs/fileio/confio.c @@ -42,25 +42,24 @@ #include #include -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/legacyheaders/macros.h" -#include "gromacs/utility/futil.h" -#include "xdrf.h" -#include "filenm.h" -#include "pdbio.h" -#include "tpxio.h" -#include "trxio.h" -#include "gromacs/legacyheaders/copyrite.h" -#include "gromacs/topology/mtop_util.h" -#include "gmxfio.h" - +#include "gromacs/fileio/filenm.h" +#include "gromacs/fileio/gmxfio.h" +#include "gromacs/fileio/pdbio.h" +#include "gromacs/fileio/tpxio.h" #include "gromacs/fileio/trx.h" +#include "gromacs/fileio/trxio.h" +#include "gromacs/fileio/xdrf.h" +#include "gromacs/legacyheaders/copyrite.h" +#include "gromacs/legacyheaders/macros.h" +#include "gromacs/legacyheaders/typedefs.h" #include "gromacs/math/vec.h" #include "gromacs/pbcutil/pbc.h" +#include "gromacs/topology/mtop_util.h" #include "gromacs/topology/symtab.h" #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 CHAR_SHIFT 24