Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / selection / selmethod.cpp
index fc74d4a556813d96f7c6170089872343cd04c700..6524f2fec92f83ed86e2b1fb37d06e5cd7a79f86 100644 (file)
  * \author Teemu Murtola <teemu.murtola@gmail.com>
  * \ingroup module_selection
  */
+#include "gmxpre.h"
+
+#include "selmethod.h"
+
 #include <ctype.h>
 #include <stdarg.h>
 
 #include "gromacs/legacyheaders/macros.h"
-
-#include "gromacs/selection/selmethod.h"
 #include "gromacs/utility/cstringutil.h"
 #include "gromacs/utility/exceptions.h"