Fix sorting and doxygen
[alexxy/gromacs.git] / src / gromacs / mdlib / domdec.cpp
index e3de5a97d99b67ce2cbe4084f58a0e63e1b5414d..074193e49b589b56592c898ab724a46d35dcff54 100644 (file)
@@ -39,8 +39,6 @@
 
 #include "config.h"
 
-#include <algorithm>
-
 #include <assert.h>
 #include <math.h>
 #include <stdio.h>
@@ -48,6 +46,8 @@
 #include <string.h>
 #include <time.h>
 
+#include <algorithm>
+
 #include "gromacs/bonded/bonded.h"
 #include "gromacs/fileio/gmxfio.h"
 #include "gromacs/fileio/pdbio.h"