Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / sortwater.c
index 63834a92585c7fac628a66f597d1c901aecb487d..73c8b5472d8f7be3eb320460be9a0e554c8d7e96 100644 (file)
  * To help us fund GROMACS development, we humbly ask that you cite
  * the research papers on the package. Check out http://www.gromacs.org.
  */
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "gmxpre.h"
 
-#include "typedefs.h"
+#include "sortwater.h"
+
+#include <stdlib.h>
+
+#include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/math/vec.h"
 #include "gromacs/random/random.h"
 #include "gromacs/utility/smalloc.h"
-#include "vec.h"
-#include "sortwater.h"
 
 static rvec   *xptr, box_1;
 static int     nwat;