Merge release-5-0 into master
[alexxy/gromacs.git] / src / external / Random123-1.08 / include / Random123 / features / compilerfeatures.h
index 3468b659a5b9e623b6dd5dc6f84088a387474444..f5f110209dae425979d17c947d46ed791fc77742 100644 (file)
@@ -35,7 +35,7 @@
 
 #include <assert.h>
 
-#include "gromacs/legacyheaders/types/simple.h"
+#include "gromacs/utility/basedefinitions.h"
 
 /* We only use the C interface of ThreeFry and r123array2x64. This file is a
    replacment for the original from the Random123 distribution. It sets all
@@ -49,7 +49,7 @@
 /* For "inline" use the Gromacs own gmx_inline */
 #define R123_STATIC_INLINE static gmx_inline
 /* force_inline isn't used in Gromacs - if it matters for a compiler it probably
-   not only matters here and should be defined in simple.h */
+   not only matters here and should be defined in basedefinitions.h */
 #define R123_FORCE_INLINE(decl) decl
 /* We assume in Gromacs that assert is available outside of Cuda */
 #define R123_ASSERT assert