Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / selection / sm_insolidangle.cpp
index 1c37cb4b32000056de23cc6222ad19a29d0fdb70..9c163e097f2db673c3f30e10791c1e66af9a0ae1 100644 (file)
  */
 #include "gmxpre.h"
 
-#include <algorithm>
-
 #include <math.h>
 
-#include "gromacs/legacyheaders/macros.h"
+#include <algorithm>
 
+#include "gromacs/legacyheaders/macros.h"
 #include "gromacs/math/units.h"
 #include "gromacs/math/utilities.h"
 #include "gromacs/math/vec.h"
 #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;