Sort includes outside src/gromacs
[alexxy/gromacs.git] / src / programs / mdrun / repl_ex.cpp
index 473d6aa2c711e0044193154c62c4623955a62062..ac5e34c785a8310f35711dc9bd4b37dc760fc4e9 100644 (file)
  * the research papers on the package. Check out http://www.gromacs.org.
  */
 
+#include "gmxpre.h"
+
 #include "repl_ex.h"
 
 #include "config.h"
 
 #include <math.h>
 
-#include "gromacs/legacyheaders/network.h"
-#include "gromacs/random/random.h"
-#include "gromacs/utility/smalloc.h"
-#include "gromacs/math/units.h"
 #include "gromacs/legacyheaders/copyrite.h"
-#include "gromacs/math/vec.h"
-#include "gromacs/legacyheaders/names.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 "gromacs/math/vec.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 */