Merge release-5-0 into master
[alexxy/gromacs.git] / src / gromacs / simd / simd.h
index 8ef1c8cac4e563c0cef3c46fc571c1d3b20b7691..49ca593f50c3570667a166297099236b5d3622fa 100644 (file)
  * \ingroup module_simd
  */
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "config.h"
 
 #include <stddef.h>
-#include "gromacs/legacyheaders/types/simple.h"
+
+#include "gromacs/utility/basedefinitions.h"
 
 /* Forward declarations so memory allocation can be used in implementations */
 static gmx_inline float *  gmx_simd_align_f(float *p);