Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / mdlib / groupcoord.cpp
index 17d3f713b1e8aabadd9fe817f3569da95ae96abd..b02f852374416c8ab629f037aa3e2734c49cca8c 100644 (file)
 #include "gmxpre.h"
 
 #include "groupcoord.h"
+
+#include "gromacs/legacyheaders/gmx_ga2la.h"
 #include "gromacs/legacyheaders/network.h"
-#include "gromacs/pbcutil/pbc.h"
 #include "gromacs/math/vec.h"
+#include "gromacs/pbcutil/pbc.h"
 #include "gromacs/utility/smalloc.h"
-#include "gromacs/legacyheaders/gmx_ga2la.h"
 
 #define MIN(a, b) (((a) < (b)) ? (a) : (b))