X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxpreprocess%2Ftomorse.c;h=f1781e90432994261ac8dde60a65d6f2711efe93;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=a326f16f0a874239fbc2484d5436abcc9ae24dfa;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxpreprocess/tomorse.c b/src/gromacs/gmxpreprocess/tomorse.c index a326f16f0a..f1781e9043 100644 --- a/src/gromacs/gmxpreprocess/tomorse.c +++ b/src/gromacs/gmxpreprocess/tomorse.c @@ -37,21 +37,21 @@ /* This file is completely threadsafe - keep it that way! */ #include "gmxpre.h" +#include "tomorse.h" + #include #include #include #include +#include "gromacs/gmxpreprocess/gpp_atomtype.h" +#include "gromacs/gmxpreprocess/grompp-impl.h" +#include "gromacs/gmxpreprocess/toputil.h" #include "gromacs/legacyheaders/typedefs.h" #include "gromacs/utility/cstringutil.h" -#include "grompp-impl.h" +#include "gromacs/utility/fatalerror.h" #include "gromacs/utility/futil.h" #include "gromacs/utility/smalloc.h" -#include "toputil.h" -#include "gromacs/utility/fatalerror.h" -#include "gpp_atomtype.h" - -#include "tomorse.h" typedef struct { char *ai, *aj;