Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / mdlib / constr.c
index 7b9addc389e06f2ba2280bef92059f0a2e17fee2..fb075d4648bcb71f57d959400cd69a7f60ed817b 100644 (file)
  */
 #include "gmxpre.h"
 
+#include "gromacs/legacyheaders/constr.h"
+
 #include <assert.h>
 #include <stdlib.h>
 
+#include "gromacs/essentialdynamics/edsam.h"
 #include "gromacs/fileio/confio.h"
-#include "gromacs/legacyheaders/types/commrec.h"
-#include "gromacs/legacyheaders/constr.h"
+#include "gromacs/fileio/gmxfio.h"
+#include "gromacs/fileio/pdbio.h"
 #include "gromacs/legacyheaders/copyrite.h"
+#include "gromacs/legacyheaders/domdec.h"
+#include "gromacs/legacyheaders/gmx_omp_nthreads.h"
+#include "gromacs/legacyheaders/macros.h"
 #include "gromacs/legacyheaders/mdrun.h"
-#include "gromacs/legacyheaders/nrnb.h"
-#include "gromacs/math/vec.h"
 #include "gromacs/legacyheaders/names.h"
-#include "gromacs/legacyheaders/txtdump.h"
-#include "gromacs/legacyheaders/domdec.h"
-#include "gromacs/fileio/pdbio.h"
+#include "gromacs/legacyheaders/nrnb.h"
 #include "gromacs/legacyheaders/splitter.h"
-#include "gromacs/topology/mtop_util.h"
-#include "gromacs/fileio/gmxfio.h"
-#include "gromacs/legacyheaders/macros.h"
-#include "gromacs/legacyheaders/gmx_omp_nthreads.h"
-#include "gromacs/essentialdynamics/edsam.h"
-#include "gromacs/pulling/pull.h"
-
+#include "gromacs/legacyheaders/txtdump.h"
+#include "gromacs/legacyheaders/types/commrec.h"
+#include "gromacs/math/vec.h"
 #include "gromacs/pbcutil/pbc.h"
+#include "gromacs/pulling/pull.h"
 #include "gromacs/topology/block.h"
 #include "gromacs/topology/invblock.h"
+#include "gromacs/topology/mtop_util.h"
 #include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/smalloc.h"