diff options
author | Szabolcs Nagy <nsz@port70.net> | 2013-09-04 16:05:32 +0000 |
---|---|---|
committer | Szabolcs Nagy <nsz@port70.net> | 2013-09-05 11:30:08 +0000 |
commit | 94a3d13ae69764c0e2b67c6e17dc5126e103d0e3 (patch) | |
tree | a38a6eddb67b9f43cc3870d957affd2203c526f9 /src/internal/libm.h | |
parent | aa0c4a204e28cfc90a9ee955691a6cbe014c9fde (diff) | |
download | musl-94a3d13ae69764c0e2b67c6e17dc5126e103d0e3.tar.gz musl-94a3d13ae69764c0e2b67c6e17dc5126e103d0e3.tar.bz2 musl-94a3d13ae69764c0e2b67c6e17dc5126e103d0e3.tar.xz musl-94a3d13ae69764c0e2b67c6e17dc5126e103d0e3.zip |
math: remove old longdbl.h
Diffstat (limited to 'src/internal/libm.h')
-rw-r--r-- | src/internal/libm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/internal/libm.h b/src/internal/libm.h index 52ac61ec..d7562d10 100644 --- a/src/internal/libm.h +++ b/src/internal/libm.h @@ -19,8 +19,6 @@ #include <complex.h> #include <endian.h> -#include "longdbl.h" - #include "libc.h" union fshape { |