diff options
Diffstat (limited to 'Libraries/LibM/math.cpp')
-rw-r--r-- | Libraries/LibM/math.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Libraries/LibM/math.cpp b/Libraries/LibM/math.cpp index 26e9642296..021993e9d4 100644 --- a/Libraries/LibM/math.cpp +++ b/Libraries/LibM/math.cpp @@ -24,8 +24,8 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <assert.h> -#include <math.h> +#include <LibC/assert.h> +#include <LibM/math.h> #include <stdint.h> #include <stdlib.h> |