X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fselection%2Fcompiler.cpp;h=4b696a29ae1095f31e6cd5ac41f0f3a0649e9639;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=293073fd5019b57d2becd02901ae7e5c7c5818f6;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/selection/compiler.cpp b/src/gromacs/selection/compiler.cpp index 293073fd50..4b696a29ae 100644 --- a/src/gromacs/selection/compiler.cpp +++ b/src/gromacs/selection/compiler.cpp @@ -273,16 +273,14 @@ #include "compiler.h" -#include - #include #include +#include + #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/smalloc.h" #include "gromacs/utility/stringutil.h" @@ -290,8 +288,10 @@ #include "evaluate.h" #include "keywords.h" #include "mempool.h" +#include "poscalc.h" #include "selectioncollection-impl.h" #include "selelem.h" +#include "selmethod.h" using std::min; using gmx::SelectionTreeElement;