Move part of types/simple.h to utility/
[alexxy/gromacs.git] / src / gromacs / simd / simd.h
index 53a65e984a97cecaf6ffdea03ae8dabe77fc08d7..44b9d356f73166965c38b947a3e2c360033fd199 100644 (file)
@@ -75,7 +75,8 @@
 #endif
 
 #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);