commit d22fd7d040d1aca8096e6af2b7175e7a0d27ef44 parent 4973e2e08647d37e2e77254523fb17bd99a24884 Author: lostd <lostd@2f30.org> Date: Tue, 3 Jun 2014 13:53:19 +0300 Not using math.h anymore Diffstat:
M | nausea.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/nausea.c b/nausea.c @@ -2,7 +2,6 @@ #include <complex.h> #include <curses.h> #include <fcntl.h> -#include <math.h> #include <stdio.h> #include <string.h> #include <stdint.h>