X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Fnbnxn_atomdata.c;h=ca0f4999bc7fb28600001e0ff32914f15114f9ec;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=dd0e53d9c238c58247fbadba7775964253c55069;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/mdlib/nbnxn_atomdata.c b/src/gromacs/mdlib/nbnxn_atomdata.c index dd0e53d9c2..ca0f4999bc 100644 --- a/src/gromacs/mdlib/nbnxn_atomdata.c +++ b/src/gromacs/mdlib/nbnxn_atomdata.c @@ -35,6 +35,8 @@ #include "gmxpre.h" +#include "nbnxn_atomdata.h" + #include "config.h" #include @@ -42,16 +44,15 @@ #include #include -#include "gromacs/legacyheaders/macros.h" -#include "gromacs/math/vec.h" -#include "nbnxn_consts.h" -#include "nbnxn_internal.h" -#include "nbnxn_atomdata.h" -#include "nbnxn_search.h" -#include "gromacs/legacyheaders/gmx_omp_nthreads.h" #include "thread_mpi/atomic.h" +#include "gromacs/legacyheaders/gmx_omp_nthreads.h" +#include "gromacs/legacyheaders/macros.h" +#include "gromacs/math/vec.h" #include "gromacs/mdlib/nb_verlet.h" +#include "gromacs/mdlib/nbnxn_consts.h" +#include "gromacs/mdlib/nbnxn_internal.h" +#include "gromacs/mdlib/nbnxn_search.h" #include "gromacs/pbcutil/ishift.h" #include "gromacs/utility/gmxomp.h" #include "gromacs/utility/smalloc.h"