Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / mdlib / ns.c
index c48134c8d5ca8ae4da9a1c21f4810edc2c31a4a5..9145929c475b11a0d5bda33347479803215ca818 100644 (file)
  */
 #include "gmxpre.h"
 
-#include "config.h"
+#include "gromacs/legacyheaders/ns.h"
 
 #include <math.h>
 #include <stdlib.h>
 #include <string.h>
 
+#include "gromacs/legacyheaders/domdec.h"
+#include "gromacs/legacyheaders/force.h"
 #include "gromacs/legacyheaders/macros.h"
-#include "gromacs/math/utilities.h"
-#include "gromacs/math/vec.h"
-#include "gromacs/legacyheaders/types/commrec.h"
+#include "gromacs/legacyheaders/names.h"
 #include "gromacs/legacyheaders/network.h"
-#include "gromacs/legacyheaders/nsgrid.h"
-#include "gromacs/legacyheaders/force.h"
 #include "gromacs/legacyheaders/nonbonded.h"
-#include "gromacs/legacyheaders/ns.h"
-#include "gromacs/legacyheaders/names.h"
 #include "gromacs/legacyheaders/nrnb.h"
+#include "gromacs/legacyheaders/nsgrid.h"
 #include "gromacs/legacyheaders/txtdump.h"
-#include "gromacs/topology/mtop_util.h"
-
-#include "gromacs/legacyheaders/domdec.h"
-#include "adress.h"
-
+#include "gromacs/legacyheaders/types/commrec.h"
+#include "gromacs/math/utilities.h"
+#include "gromacs/math/vec.h"
 #include "gromacs/pbcutil/ishift.h"
 #include "gromacs/pbcutil/pbc.h"
+#include "gromacs/topology/mtop_util.h"
 #include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/smalloc.h"
 
+#include "adress.h"
+
 /*
  *    E X C L U S I O N   H A N D L I N G
  */