Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / mdlib / md_support.cpp
index 3bb87512ad8295d5a2103ccf07d5ff23154b3478..52b05bdd88feff17835a7ab1c2cc4692cb7b1840 100644 (file)
  * the research papers on the package. Check out http://www.gromacs.org.
  */
 
-#include <algorithm>
+#include "gmxpre.h"
 
-#include "config.h"
+#include "gromacs/legacyheaders/md_support.h"
+
+#include <algorithm>
 
-#include "gromacs/legacyheaders/typedefs.h"
-#include "gromacs/legacyheaders/mdrun.h"
 #include "gromacs/legacyheaders/domdec.h"
-#include "gromacs/topology/mtop_util.h"
-#include "gromacs/legacyheaders/vcm.h"
-#include "gromacs/legacyheaders/nrnb.h"
 #include "gromacs/legacyheaders/macros.h"
 #include "gromacs/legacyheaders/md_logging.h"
-#include "gromacs/legacyheaders/md_support.h"
+#include "gromacs/legacyheaders/mdrun.h"
 #include "gromacs/legacyheaders/names.h"
-
+#include "gromacs/legacyheaders/nrnb.h"
+#include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/legacyheaders/vcm.h"
 #include "gromacs/legacyheaders/types/commrec.h"
 #include "gromacs/math/vec.h"
 #include "gromacs/timing/wallcycle.h"
+#include "gromacs/topology/mtop_util.h"
 #include "gromacs/utility/cstringutil.h"
 #include "gromacs/utility/smalloc.h"