X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxpreprocess%2Freadpull.c;h=2e78022c5b1d32b148f31348616f69ab83af7e1a;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=70e484aae63279fb7f477931370eb21cab1119de;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxpreprocess/readpull.c b/src/gromacs/gmxpreprocess/readpull.c index 70e484aae6..2e78022c5b 100644 --- a/src/gromacs/gmxpreprocess/readpull.c +++ b/src/gromacs/gmxpreprocess/readpull.c @@ -36,22 +36,22 @@ */ #include "gmxpre.h" -#include #include +#include -#include "gromacs/utility/cstringutil.h" -#include "gromacs/utility/futil.h" -#include "gromacs/math/vec.h" -#include "gromacs/utility/smalloc.h" -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/legacyheaders/names.h" -#include "gromacs/utility/fatalerror.h" +#include "gromacs/gmxpreprocess/readir.h" #include "gromacs/legacyheaders/macros.h" -#include "gromacs/legacyheaders/readinp.h" -#include "readir.h" #include "gromacs/legacyheaders/mdatoms.h" +#include "gromacs/legacyheaders/names.h" +#include "gromacs/legacyheaders/readinp.h" +#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/math/vec.h" #include "gromacs/pbcutil/pbc.h" #include "gromacs/pulling/pull.h" +#include "gromacs/utility/cstringutil.h" +#include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/futil.h" +#include "gromacs/utility/smalloc.h" static char pulldim[STRLEN];