fix trailing whitespace issues that crept in here and there
[oweals/musl.git] / src / math / roundl.c
index ce56e8a93bf7bb4ccb1a3e2e48ff288b9dacc1d2..99146f07a5fbd74ad29cc2f1ad310fbc7632bbab 100644 (file)
@@ -25,7 +25,9 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include "libm.h"
+#include <math.h>
+#include <float.h>
+
 #if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024
 long double roundl(long double x)
 {