Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / selection / mempool.cpp
index 99dd91dba61aa186a0c7b8ced58cad1644e23f9d..675932440febc6ce87158d6791ae37dd609570c9 100644 (file)
@@ -41,6 +41,8 @@
  */
 #include "gmxpre.h"
 
+#include "mempool.h"
+
 #include <stdlib.h>
 
 #include <new>
@@ -50,8 +52,6 @@
 #include "gromacs/utility/gmxassert.h"
 #include "gromacs/utility/smalloc.h"
 
-#include "mempool.h"
-
 //! Alignment in bytes for all returned blocks.
 #define ALIGN_STEP 8