Sort includes outside src/gromacs
[alexxy/gromacs.git] / src / programs / mdrun / repl_ex.cpp
index 726886cfeb6a3879c678675384a25abc944acf62..ac5e34c785a8310f35711dc9bd4b37dc760fc4e9 100644 (file)
 
 #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 */