Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / mdlib / coupling.c
index 2519f11141e54f22ad7a1beb9ae6a8397f628308..41806dc44b4338b324cf84d733cc81e2527d4505 100644 (file)
  */
 #include "gmxpre.h"
 
-#include "config.h"
 #include <assert.h>
 
-#include "gromacs/legacyheaders/typedefs.h"
-#include "gromacs/legacyheaders/types/commrec.h"
-#include "gromacs/utility/smalloc.h"
-#include "gromacs/legacyheaders/update.h"
-#include "gromacs/math/vec.h"
 #include "gromacs/legacyheaders/macros.h"
-#include "gromacs/math/units.h"
+#include "gromacs/legacyheaders/mdrun.h"
 #include "gromacs/legacyheaders/names.h"
-#include "gromacs/utility/fatalerror.h"
-#include "gromacs/legacyheaders/txtdump.h"
 #include "gromacs/legacyheaders/nrnb.h"
-#include "gromacs/random/random.h"
+#include "gromacs/legacyheaders/txtdump.h"
+#include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/legacyheaders/update.h"
-#include "gromacs/legacyheaders/mdrun.h"
+#include "gromacs/legacyheaders/types/commrec.h"
+#include "gromacs/math/units.h"
+#include "gromacs/math/vec.h"
+#include "gromacs/random/random.h"
+#include "gromacs/utility/fatalerror.h"
+#include "gromacs/utility/smalloc.h"
 
 #define NTROTTERPARTS 3