diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2024-03-02 01:00:44 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2024-03-02 01:00:44 +0100 |
commit | 1970df02b45f9eddb6c53f15c1910c9eae4ee865 (patch) | |
tree | 88bdb1c7a8c2fe32e6f8fe31fecf2c352b75ca72 | |
parent | 7eb5ff91b2778e38dac27ddb402fd741f9614256 (diff) | |
download | saw-1970df02b45f9eddb6c53f15c1910c9eae4ee865.zip |
No need for math.h
-rw-r--r-- | source/saw/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/saw/main.c b/source/saw/main.c index d278187..74e7e3a 100644 --- a/source/saw/main.c +++ b/source/saw/main.c @@ -25,7 +25,6 @@ #include "../kit/input_buffer.h" #include "../kit/threads.h" #include "../kit/status.h" -#include <math.h> #if defined(__EMSCRIPTEN__) # include <GLES3/gl3.h> |