X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fselection%2Fsm_insolidangle.cpp;h=9c163e097f2db673c3f30e10791c1e66af9a0ae1;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=1c37cb4b32000056de23cc6222ad19a29d0fdb70;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/selection/sm_insolidangle.cpp b/src/gromacs/selection/sm_insolidangle.cpp index 1c37cb4b32..9c163e097f 100644 --- a/src/gromacs/selection/sm_insolidangle.cpp +++ b/src/gromacs/selection/sm_insolidangle.cpp @@ -114,12 +114,11 @@ */ #include "gmxpre.h" -#include - #include -#include "gromacs/legacyheaders/macros.h" +#include +#include "gromacs/legacyheaders/macros.h" #include "gromacs/math/units.h" #include "gromacs/math/utilities.h" #include "gromacs/math/vec.h" @@ -127,11 +126,11 @@ #include "gromacs/selection/indexutil.h" #include "gromacs/selection/position.h" #include "gromacs/selection/selection.h" -#include "gromacs/selection/selmethod.h" #include "gromacs/utility/exceptions.h" #include "gromacs/utility/smalloc.h" #include "selelem.h" +#include "selmethod.h" using std::min; using std::max;