X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fselection%2Fposcalc.cpp;h=f193abd42c577b1445fc4d4707a106080528671e;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=822791a6a0ffe0eead00e41ae7fa8e80200daf11;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/selection/poscalc.cpp b/src/gromacs/selection/poscalc.cpp index 822791a6a0..f193abd42c 100644 --- a/src/gromacs/selection/poscalc.cpp +++ b/src/gromacs/selection/poscalc.cpp @@ -61,20 +61,22 @@ */ #include "gmxpre.h" +#include "poscalc.h" + #include #include #include "gromacs/fileio/trx.h" #include "gromacs/math/vec.h" -#include "gromacs/selection/centerofmass.h" #include "gromacs/selection/indexutil.h" -#include "gromacs/selection/poscalc.h" #include "gromacs/selection/position.h" #include "gromacs/utility/exceptions.h" #include "gromacs/utility/gmxassert.h" #include "gromacs/utility/smalloc.h" +#include "centerofmass.h" + namespace gmx {