X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxlib%2Freadinp.c;h=10a2c7cc366e2932d179af5824894e3de7b2d494;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=0f2e4196d7dead9aae3527463905c1f420920a96;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxlib/readinp.c b/src/gromacs/gmxlib/readinp.c index 0f2e4196d7..10a2c7cc36 100644 --- a/src/gromacs/gmxlib/readinp.c +++ b/src/gromacs/gmxlib/readinp.c @@ -36,18 +36,20 @@ */ #include "gmxpre.h" +#include "gromacs/legacyheaders/readinp.h" + #include #include -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/utility/cstringutil.h" -#include "gromacs/utility/futil.h" -#include "gromacs/utility/smalloc.h" -#include "gromacs/legacyheaders/readinp.h" -#include "gromacs/legacyheaders/macros.h" + #include "gromacs/fileio/gmxfio.h" +#include "gromacs/legacyheaders/macros.h" #include "gromacs/legacyheaders/names.h" +#include "gromacs/legacyheaders/typedefs.h" #include "gromacs/legacyheaders/warninp.h" +#include "gromacs/utility/cstringutil.h" #include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/futil.h" +#include "gromacs/utility/smalloc.h" t_inpfile *read_inpfile(const char *fn, int *ninp, warninp_t wi)