X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Febin.c;h=8056f1f9bf252e0cec24df9997742506017fc105;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=33a0742130c8aaf96893ad22a087d43c134bf7f9;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/mdlib/ebin.c b/src/gromacs/mdlib/ebin.c index 33a0742130..8056f1f9bf 100644 --- a/src/gromacs/mdlib/ebin.c +++ b/src/gromacs/mdlib/ebin.c @@ -37,15 +37,17 @@ /* This file is completely threadsafe - keep it that way! */ #include "gmxpre.h" +#include "gromacs/legacyheaders/ebin.h" + #include #include -#include "gromacs/utility/smalloc.h" + #include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/utility/fatalerror.h" -#include "gromacs/legacyheaders/ebin.h" +#include "gromacs/math/units.h" #include "gromacs/math/utilities.h" #include "gromacs/math/vec.h" -#include "gromacs/math/units.h" +#include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/smalloc.h" t_ebin *mk_ebin(void) {