X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Fgenborn.c;h=c26de6a12701d0c728dd6ddf89865701c6efea14;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=f3a8973262879fa4a565647b6a3b699a62402625;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/mdlib/genborn.c b/src/gromacs/mdlib/genborn.c index f3a8973262..c26de6a127 100644 --- a/src/gromacs/mdlib/genborn.c +++ b/src/gromacs/mdlib/genborn.c @@ -37,39 +37,39 @@ #include "gmxpre.h" +#include "gromacs/legacyheaders/genborn.h" + #include #include -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/legacyheaders/types/commrec.h" -#include "gromacs/legacyheaders/genborn.h" #include "gromacs/fileio/pdbio.h" -#include "gromacs/legacyheaders/names.h" -#include "gromacs/math/units.h" #include "gromacs/legacyheaders/domdec.h" +#include "gromacs/legacyheaders/names.h" #include "gromacs/legacyheaders/network.h" -#include "gromacs/topology/mtop_util.h" #include "gromacs/legacyheaders/nrnb.h" - +#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/legacyheaders/types/commrec.h" +#include "gromacs/math/units.h" #include "gromacs/math/vec.h" #include "gromacs/pbcutil/ishift.h" #include "gromacs/pbcutil/mshift.h" #include "gromacs/pbcutil/pbc.h" +#include "gromacs/topology/mtop_util.h" #include "gromacs/utility/fatalerror.h" #include "gromacs/utility/gmxmpi.h" #include "gromacs/utility/smalloc.h" #ifdef GMX_SIMD_X86_SSE2_OR_HIGHER # ifdef GMX_DOUBLE -# include "genborn_sse2_double.h" -# include "genborn_allvsall_sse2_double.h" +# include "gromacs/mdlib/genborn_allvsall_sse2_double.h" +# include "gromacs/mdlib/genborn_sse2_double.h" # else -# include "genborn_sse2_single.h" -# include "genborn_allvsall_sse2_single.h" +# include "gromacs/mdlib/genborn_allvsall_sse2_single.h" +# include "gromacs/mdlib/genborn_sse2_single.h" # endif /* GMX_DOUBLE */ #endif /* SSE or AVX present */ -#include "genborn_allvsall.h" +#include "gromacs/mdlib/genborn_allvsall.h" /*#define DISABLE_SSE*/