X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Fnsgrid.c;h=0f0120e0e1a155c36eb8b4365b23f3102495b690;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=8ad27efc6cad5902023bceb3adebcac38d9adfa1;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/mdlib/nsgrid.c b/src/gromacs/mdlib/nsgrid.c index 8ad27efc6c..0f0120e0e1 100644 --- a/src/gromacs/mdlib/nsgrid.c +++ b/src/gromacs/mdlib/nsgrid.c @@ -37,21 +37,22 @@ /* This file is completely threadsafe - keep it that way! */ #include "gmxpre.h" +#include "gromacs/legacyheaders/nsgrid.h" + +#include #include +#include "gromacs/fileio/pdbio.h" +#include "gromacs/legacyheaders/domdec.h" +#include "gromacs/legacyheaders/macros.h" +#include "gromacs/legacyheaders/network.h" #include "gromacs/legacyheaders/typedefs.h" #include "gromacs/legacyheaders/types/commrec.h" -#include "gromacs/legacyheaders/macros.h" -#include "gromacs/utility/smalloc.h" -#include "gromacs/legacyheaders/nsgrid.h" -#include "gromacs/utility/fatalerror.h" #include "gromacs/math/vec.h" -#include "gromacs/legacyheaders/network.h" -#include "gromacs/legacyheaders/domdec.h" #include "gromacs/pbcutil/pbc.h" -#include +#include "gromacs/utility/fatalerror.h" #include "gromacs/utility/futil.h" -#include "gromacs/fileio/pdbio.h" +#include "gromacs/utility/smalloc.h" /*********************************** * Grid Routines