X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxpreprocess%2Fspecbond.c;h=2d1bfcf261425105a6b0effc306a7b22c4201cbf;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=208092882bc52b4888eb45e53651cbab7ecca0c4;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxpreprocess/specbond.c b/src/gromacs/gmxpreprocess/specbond.c index 208092882b..2d1bfcf261 100644 --- a/src/gromacs/gmxpreprocess/specbond.c +++ b/src/gromacs/gmxpreprocess/specbond.c @@ -36,19 +36,20 @@ */ #include "gmxpre.h" +#include "specbond.h" + #include #include #include -#include "gromacs/legacyheaders/typedefs.h" #include "gromacs/fileio/pdbio.h" #include "gromacs/fileio/strdb.h" +#include "gromacs/gmxpreprocess/pdb2top.h" +#include "gromacs/legacyheaders/macros.h" +#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/math/vec.h" #include "gromacs/utility/cstringutil.h" #include "gromacs/utility/smalloc.h" -#include "specbond.h" -#include "pdb2top.h" -#include "gromacs/math/vec.h" -#include "gromacs/legacyheaders/macros.h" gmx_bool yesno(void) {