X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fselection%2Fparsetree.cpp;h=14d5d27dbdaddb8dc4d518fd3bbd6f7130c6ad4a;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=a978356c70192085354b81f917116dd9aa3cbd39;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/selection/parsetree.cpp b/src/gromacs/selection/parsetree.cpp index a978356c70..14d5d27dbd 100644 --- a/src/gromacs/selection/parsetree.cpp +++ b/src/gromacs/selection/parsetree.cpp @@ -221,15 +221,15 @@ */ #include "gmxpre.h" -#include +#include "parsetree.h" + #include +#include #include #include -#include "gromacs/selection/poscalc.h" #include "gromacs/selection/selection.h" -#include "gromacs/selection/selmethod.h" #include "gromacs/utility/cstringutil.h" #include "gromacs/utility/exceptions.h" #include "gromacs/utility/file.h" @@ -238,13 +238,13 @@ #include "gromacs/utility/stringutil.h" #include "keywords.h" -#include "parsetree.h" +#include "poscalc.h" +#include "scanner.h" #include "selectioncollection-impl.h" #include "selelem.h" +#include "selmethod.h" #include "symrec.h" -#include "scanner.h" - using gmx::SelectionParserValue; using gmx::SelectionParserValueList; using gmx::SelectionParserValueListPointer;