commit cbd8a69495d9846ec8bf6d3376106b4a6cf4f453 parent 27da57aa97cbb94f1a6836fba5db8cfff7ccdffb Author: Christos Margiolis <christos@margiolis.net> Date: Sun, 8 Mar 2020 21:27:23 +0200 non important changes Diffstat:
M | README.md | | | 2 | +- |
M | src/main.cpp | | | 2 | -- |
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/README.md b/README.md @@ -3,7 +3,7 @@ **UNDER CONSTRUCTION** A simple ncurses graph generator. - + ## Dependencies diff --git a/src/main.cpp b/src/main.cpp @@ -1,8 +1,6 @@ #include <ncurses.h> #include <iostream> -#include <string> #include <cmath> -#include <cassert> #include <matheval.h> #define XMIN_PLANE -2.0f*M_PI