remove old math/util code (already moved to common/)
[libc-test] / src / math / log2f.c
index 75e5991..1f549ea 100644 (file)
@@ -1,9 +1,10 @@
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct f_f t[] = {
 #include "sanity/log2f.h"
+#include "special/log2f.h"
 
 };