diff options
author | pommicket <pommicket@gmail.com> | 2023-01-01 23:03:25 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-01 23:03:25 -0500 |
commit | 3ee947ced94ce24463838e0c587cb076ac81ec98 (patch) | |
tree | fcac522a73ccaa2f261f144462367f392ff39dce /main.c | |
parent | a3971fd612813c6544dbe63cb3d7e5d9c0b7b778 (diff) |
move math.c functions to util.c
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,6 @@ /* @TODO: +- rename v[234] to vec[234] - handle multiple symbols with same name in go-to-definition menu - better non-error window/showMessage(Request) - document lsp.h and lsp.c. @@ -95,7 +96,6 @@ no_warn_end #error "Unrecognized operating system." #endif -#include "math.c" #if _WIN32 #include "process-win.c" #elif __unix__ |