Sort includes outside src/gromacs
[alexxy/gromacs.git] / src / programs / mdrun / repl_ex.cpp
index 2fa1ff6d51fb26f66350a373da916f6ec6576907..ac5e34c785a8310f35711dc9bd4b37dc760fc4e9 100644 (file)
  * the research papers on the package. Check out http://www.gromacs.org.
  */
 
+#include "gmxpre.h"
+
 #include "repl_ex.h"
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "config.h"
 
 #include <math.h>
 
-#include "network.h"
-#include "gromacs/random/random.h"
-#include "gromacs/utility/smalloc.h"
+#include "gromacs/legacyheaders/copyrite.h"
+#include "gromacs/legacyheaders/domdec.h"
+#include "gromacs/legacyheaders/main.h"
+#include "gromacs/legacyheaders/names.h"
+#include "gromacs/legacyheaders/network.h"
 #include "gromacs/math/units.h"
-#include "copyrite.h"
 #include "gromacs/math/vec.h"
-#include "names.h"
-#include "domdec.h"
-#include "main.h"
 #include "gromacs/random/random.h"
+#include "gromacs/utility/smalloc.h"
 
 #define PROBABILITYCUTOFF 100
 /* we don't bother evaluating if events are more rare than exp(-100) = 3.7x10^-44 */