lib2245: We don't need math.h

This commit is contained in:
Solomon Peachy 2020-08-05 08:43:23 -04:00
parent 1c6062d967
commit 65a0003afd

View file

@ -41,12 +41,11 @@
#define LIB_VERSION "0.1.1"
#include <string.h>
#include <stdint.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#define USE_EXTRA_STUFF // For extensions made to the base library