Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / selection / poscalc.cpp
index 822791a6a0ffe0eead00e41ae7fa8e80200daf11..f193abd42c577b1445fc4d4707a106080528671e 100644 (file)
  */
 #include "gmxpre.h"
 
+#include "poscalc.h"
+
 #include <string.h>
 
 #include <algorithm>
 
 #include "gromacs/fileio/trx.h"
 #include "gromacs/math/vec.h"
-#include "gromacs/selection/centerofmass.h"
 #include "gromacs/selection/indexutil.h"
-#include "gromacs/selection/poscalc.h"
 #include "gromacs/selection/position.h"
 #include "gromacs/utility/exceptions.h"
 #include "gromacs/utility/gmxassert.h"
 #include "gromacs/utility/smalloc.h"
 
+#include "centerofmass.h"
+
 namespace gmx
 {