X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Fgenborn_allvsall_sse2_single.c;h=8c3ce47c99fbb18cf09bbc58678599efa3c1b575;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=b574baea47a38f456efdb791d614af88dd8ebaeb;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/mdlib/genborn_allvsall_sse2_single.c b/src/gromacs/mdlib/genborn_allvsall_sse2_single.c index b574baea47..8c3ce47c99 100644 --- a/src/gromacs/mdlib/genborn_allvsall_sse2_single.c +++ b/src/gromacs/mdlib/genborn_allvsall_sse2_single.c @@ -37,15 +37,14 @@ #include "gmxpre.h" #include -#include "gromacs/legacyheaders/types/simple.h" - -#include "gromacs/math/vec.h" -#include "gromacs/utility/smalloc.h" +#include "gromacs/legacyheaders/genborn.h" #include "gromacs/legacyheaders/network.h" +#include "gromacs/legacyheaders/types/simple.h" #include "gromacs/math/units.h" -#include "gromacs/legacyheaders/genborn.h" -#include "genborn_allvsall.h" +#include "gromacs/math/vec.h" +#include "gromacs/mdlib/genborn_allvsall.h" +#include "gromacs/utility/smalloc.h" #if 0 && defined (GMX_SIMD_X86_SSE2_OR_HIGHER)