Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / selection / mempool.cpp
index 177ff0f77bd7ab7993d622992e7dbff89d1fee1a..675932440febc6ce87158d6791ae37dd609570c9 100644 (file)
  * \author Teemu Murtola <teemu.murtola@gmail.com>
  * \ingroup module_selection
  */
+#include "gmxpre.h"
+
+#include "mempool.h"
+
 #include <stdlib.h>
 
 #include <new>
@@ -48,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