X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxpreprocess%2Fnm2type.c;h=41882302acdcf05967b850243e6ed6fdc053f8ad;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=d4b01a884dfae8a5dcdd3b11eda4fff0d509dccb;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxpreprocess/nm2type.c b/src/gromacs/gmxpreprocess/nm2type.c index d4b01a884d..41882302ac 100644 --- a/src/gromacs/gmxpreprocess/nm2type.c +++ b/src/gromacs/gmxpreprocess/nm2type.c @@ -37,26 +37,25 @@ /* This file is completely threadsafe - keep it that way! */ #include "gmxpre.h" +#include "nm2type.h" + #include -#include "gromacs/math/utilities.h" -#include "gromacs/legacyheaders/macros.h" -#include "gromacs/utility/cstringutil.h" -#include "gromacs/utility/smalloc.h" #include "gromacs/fileio/confio.h" -#include "gromacs/math/vec.h" -#include "gromacs/legacyheaders/txtdump.h" -#include "gromacs/legacyheaders/readinp.h" +#include "gromacs/gmxpreprocess/fflibutil.h" +#include "gromacs/gmxpreprocess/gpp_atomtype.h" +#include "gromacs/gmxpreprocess/gpp_nextnb.h" +#include "gromacs/gmxpreprocess/pdb2top.h" +#include "gromacs/gmxpreprocess/toppush.h" +#include "gromacs/legacyheaders/macros.h" #include "gromacs/legacyheaders/names.h" -#include "toppush.h" -#include "pdb2top.h" -#include "gpp_nextnb.h" -#include "gpp_atomtype.h" -#include "fflibutil.h" - -#include "nm2type.h" - +#include "gromacs/legacyheaders/readinp.h" +#include "gromacs/legacyheaders/txtdump.h" +#include "gromacs/math/utilities.h" +#include "gromacs/math/vec.h" +#include "gromacs/utility/cstringutil.h" #include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/smalloc.h" static void rd_nm2type_file(const char *fn, int *nnm, t_nm2type **nmp) {