X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fselection%2Fevaluate.cpp;h=dd3d3d1de59bccd2c6708afc0276ef6337408312;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=1a38971544b4a35176a85442ac3a332a22bfeb9a;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/selection/evaluate.cpp b/src/gromacs/selection/evaluate.cpp index 1a38971544..dd3d3d1de5 100644 --- a/src/gromacs/selection/evaluate.cpp +++ b/src/gromacs/selection/evaluate.cpp @@ -52,22 +52,23 @@ */ #include "gmxpre.h" +#include "evaluate.h" + #include #include "gromacs/math/utilities.h" #include "gromacs/math/vec.h" #include "gromacs/selection/indexutil.h" -#include "gromacs/selection/poscalc.h" #include "gromacs/selection/selection.h" -#include "gromacs/selection/selmethod.h" #include "gromacs/utility/exceptions.h" #include "gromacs/utility/gmxassert.h" #include "gromacs/utility/smalloc.h" -#include "evaluate.h" #include "mempool.h" +#include "poscalc.h" #include "selectioncollection-impl.h" #include "selelem.h" +#include "selmethod.h" using gmx::SelectionTreeElement; using gmx::SelectionTreeElementPointer;