Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / mdlib / force.c
index 03f4d9efd8b5618f4178d747f5d892f838e73f0c..a4b3f65ec1283c4204c77db6a45d06899812c6a0 100644 (file)
  */
 #include "gmxpre.h"
 
+#include "gromacs/legacyheaders/force.h"
+
 #include "config.h"
 
 #include <assert.h>
 #include <math.h>
 #include <string.h>
 
-#include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/bonded/bonded.h"
+#include "gromacs/legacyheaders/coulomb.h"
+#include "gromacs/legacyheaders/domdec.h"
+#include "gromacs/legacyheaders/gmx_omp_nthreads.h"
 #include "gromacs/legacyheaders/macros.h"
-#include "gromacs/legacyheaders/force.h"
-#include "gromacs/legacyheaders/nonbonded.h"
+#include "gromacs/legacyheaders/mdrun.h"
 #include "gromacs/legacyheaders/names.h"
 #include "gromacs/legacyheaders/network.h"
-#include "gromacs/legacyheaders/ns.h"
+#include "gromacs/legacyheaders/nonbonded.h"
 #include "gromacs/legacyheaders/nrnb.h"
-#include "gromacs/legacyheaders/txtdump.h"
-#include "gromacs/legacyheaders/coulomb.h"
+#include "gromacs/legacyheaders/ns.h"
 #include "gromacs/legacyheaders/pme.h"
-#include "gromacs/legacyheaders/mdrun.h"
-#include "gromacs/legacyheaders/domdec.h"
 #include "gromacs/legacyheaders/qmmm.h"
-#include "gromacs/legacyheaders/gmx_omp_nthreads.h"
-
-#include "gromacs/bonded/bonded.h"
+#include "gromacs/legacyheaders/txtdump.h"
+#include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/legacyheaders/types/commrec.h"
 #include "gromacs/math/vec.h"
 #include "gromacs/pbcutil/ishift.h"