X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxpreprocess%2Fconvparm.c;h=e3bac959634c99ccff527314da7705448b8453cc;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=3ae40c2a840f04633487f665dbe40ae60a0c0e71;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxpreprocess/convparm.c b/src/gromacs/gmxpreprocess/convparm.c index 3ae40c2a84..e3bac95963 100644 --- a/src/gromacs/gmxpreprocess/convparm.c +++ b/src/gromacs/gmxpreprocess/convparm.c @@ -37,20 +37,21 @@ /* This file is completely threadsafe - keep it that way! */ #include "gmxpre.h" +#include "convparm.h" + #include #include +#include "gromacs/gmxpreprocess/gpp_atomtype.h" +#include "gromacs/gmxpreprocess/topio.h" +#include "gromacs/gmxpreprocess/toputil.h" +#include "gromacs/legacyheaders/names.h" +#include "gromacs/legacyheaders/typedefs.h" #include "gromacs/math/units.h" +#include "gromacs/math/utilities.h" #include "gromacs/math/vec.h" -#include "gromacs/utility/smalloc.h" -#include "gromacs/legacyheaders/typedefs.h" #include "gromacs/utility/fatalerror.h" -#include "topio.h" -#include "toputil.h" -#include "convparm.h" -#include "gromacs/legacyheaders/names.h" -#include "gpp_atomtype.h" -#include "gromacs/math/utilities.h" +#include "gromacs/utility/smalloc.h" static int round_check(real r, int limit, int ftype, const char *name) {