Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / selection / position.cpp
index fe89b9ff6a99c253ee686b372b184fa8bbe2e67f..e5c6346f94e149531eb106c53f30752eacf96159 100644 (file)
  * \author Teemu Murtola <teemu.murtola@gmail.com>
  * \ingroup module_selection
  */
-#include "gromacs/selection/position.h"
+#include "gmxpre.h"
 
-#include <string.h>
+#include "position.h"
 
-#include "gromacs/legacyheaders/typedefs.h"
-#include "gromacs/legacyheaders/vec.h"
+#include <string.h>
 
+#include "gromacs/math/vec.h"
 #include "gromacs/selection/indexutil.h"
 #include "gromacs/utility/gmxassert.h"
 #include "gromacs/utility/smalloc.h"