X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Fgenborn_allvsall_sse2_double.c;h=58475254654e5e667a84df8a6caaa915f8221d9b;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=4816c101337fd7aacb534e747e6f3077fa2e69c0;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/mdlib/genborn_allvsall_sse2_double.c b/src/gromacs/mdlib/genborn_allvsall_sse2_double.c index 4816c10133..5847525465 100644 --- a/src/gromacs/mdlib/genborn_allvsall_sse2_double.c +++ b/src/gromacs/mdlib/genborn_allvsall_sse2_double.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)