]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/w_log2f.c
Use private math_private.h in files in math/
[thirdparty/glibc.git] / math / w_log2f.c
index ec8d2971612b1b8470404438956048d8f3709f65..10d73ffd1b233a6bfa73eaf44fe7e9b6dea397ba 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 float
 __log2f (float x)      /* wrapper log2f */