X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fselection%2Fparams.cpp;h=9c76fe7aea3d034e84c0512489df720e0eafa18e;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=b8cac2501a78cd667f88384bde9e277e3fe41719;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/selection/params.cpp b/src/gromacs/selection/params.cpp index b8cac2501a..9c76fe7aea 100644 --- a/src/gromacs/selection/params.cpp +++ b/src/gromacs/selection/params.cpp @@ -46,8 +46,6 @@ #include "gromacs/math/vec.h" #include "gromacs/selection/position.h" -#include "gromacs/selection/selmethod.h" -#include "gromacs/selection/selparam.h" #include "gromacs/utility/cstringutil.h" #include "gromacs/utility/exceptions.h" #include "gromacs/utility/gmxassert.h" @@ -56,9 +54,10 @@ #include "gromacs/utility/stringutil.h" #include "parsetree.h" -#include "position.h" #include "scanner.h" #include "selelem.h" +#include "selmethod.h" +#include "selparam.h" using gmx::SelectionParserValue; using gmx::SelectionParserValueList;