Merge release-5-0 into master
[alexxy/gromacs.git] / src / gromacs / gmxana / geminate.c
index a9ee8113de24ba2119bab8c271d90ef89d61d8a7..4a0a998a8c419dfc3c73f04d84da888735d39d48 100644 (file)
 #endif
 
 #include <math.h>
+#include <stdlib.h>
+
 #include "typedefs.h"
 #include "gromacs/utility/smalloc.h"
-#include "vec.h"
+#include "gromacs/math/vec.h"
 #include "geminate.h"
 
-#include "gromacs/legacyheaders/gmx_fatal.h"
+#include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/gmxomp.h"
 
 static void missing_code_message()