X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fpbcutil%2Fpbc.c;h=e6d4c49230387450964755547dd7aa24bfc51182;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=cfdc3be419f2b3b7045f3c12f06c94f37250d43d;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/pbcutil/pbc.c b/src/gromacs/pbcutil/pbc.c index cfdc3be419..e6d4c49230 100644 --- a/src/gromacs/pbcutil/pbc.c +++ b/src/gromacs/pbcutil/pbc.c @@ -36,18 +36,17 @@ */ #include "gmxpre.h" -#include "gromacs/pbcutil/pbc.h" +#include "pbc.h" #include #include -#include "gromacs/legacyheaders/types/inputrec.h" -#include "gromacs/legacyheaders/types/commrec.h" -#include "gromacs/legacyheaders/txtdump.h" -#include "gromacs/legacyheaders/names.h" -#include "gromacs/legacyheaders/macros.h" #include "gromacs/legacyheaders/gmx_omp_nthreads.h" - +#include "gromacs/legacyheaders/macros.h" +#include "gromacs/legacyheaders/names.h" +#include "gromacs/legacyheaders/txtdump.h" +#include "gromacs/legacyheaders/types/commrec.h" +#include "gromacs/legacyheaders/types/inputrec.h" #include "gromacs/math/utilities.h" #include "gromacs/math/vec.h" #include "gromacs/pbcutil/ishift.h"