X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxlib%2Frbin.c;h=754c648cb278a65923cd1b2807c0e8aab74ce32f;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=5ef4d5d229aabe7de030cf7cbe227ea7ef4aeb66;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxlib/rbin.c b/src/gromacs/gmxlib/rbin.c index 5ef4d5d229..754c648cb2 100644 --- a/src/gromacs/gmxlib/rbin.c +++ b/src/gromacs/gmxlib/rbin.c @@ -37,9 +37,10 @@ /* This file is completely threadsafe - keep it that way! */ #include "gmxpre.h" -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/legacyheaders/network.h" #include "gromacs/legacyheaders/rbin.h" + +#include "gromacs/legacyheaders/network.h" +#include "gromacs/legacyheaders/typedefs.h" #include "gromacs/utility/smalloc.h" t_bin *mk_bin(void)