Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / mdlib / vcm.c
index c6d3b2a3102dd7b504889ad00b0b8703cfe06a58..31c2cf2c949a74b48cc44085341788fdf2dadf07 100644 (file)
 /* This file is completely threadsafe - keep it that way! */
 #include "gmxpre.h"
 
-#include "gromacs/legacyheaders/macros.h"
 #include "gromacs/legacyheaders/vcm.h"
-#include "gromacs/math/vec.h"
-#include "gromacs/utility/smalloc.h"
+
+#include "gromacs/legacyheaders/macros.h"
 #include "gromacs/legacyheaders/names.h"
-#include "gromacs/legacyheaders/txtdump.h"
 #include "gromacs/legacyheaders/network.h"
+#include "gromacs/legacyheaders/txtdump.h"
+#include "gromacs/math/vec.h"
 #include "gromacs/pbcutil/pbc.h"
+#include "gromacs/utility/smalloc.h"
 
 t_vcm *init_vcm(FILE *fp, gmx_groups_t *groups, t_inputrec *ir)
 {