X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Frandom%2Frandom.c;h=9150e64f3eb12f7425d02e5f09c05e7cf6f58838;hb=a5b355552b920746e3dda332accccabadfe37b50;hp=4004db7ad51f15c48726f303173f9fdb4d062e05;hpb=7df930ee2e1d3bac7d080dfd994417c47fec94db;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/random/random.c b/src/gromacs/random/random.c index 4004db7ad5..9150e64f3e 100644 --- a/src/gromacs/random/random.c +++ b/src/gromacs/random/random.c @@ -36,25 +36,26 @@ */ #include "gmxpre.h" -#include "config.h" - #include "random.h" +#include #include #include +#include + +#include "config.h" + #ifdef HAVE_UNISTD_H #include #endif -#include -#include #ifdef GMX_NATIVE_WINDOWS #include #endif -#include "external/Random123-1.08/include/Random123/threefry.h" - #include "gromacs/math/utilities.h" -#include "random_gausstable.h" +#include "gromacs/random/random_gausstable.h" + +#include "external/Random123-1.08/include/Random123/threefry.h" #define RNG_N 624 #define RNG_M 397