diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-04-10 18:03:22 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-04-10 18:03:22 +0200 |
commit | 8c3dd07dfb613f3aeb28db8d8e7e463c68f5775b (patch) | |
tree | 9973de048288d00d58790ed48b523aa20f225ba2 | |
parent | 634e5db20969023f7545ad0780181b0d3085567d (diff) | |
download | solar-8c3dd07dfb613f3aeb28db8d8e7e463c68f5775b.tar solar-8c3dd07dfb613f3aeb28db8d8e7e463c68f5775b.zip |
lex: remove now unused include and define
-rw-r--r-- | src/lex.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lex.cpp b/src/lex.cpp index 9415d8b..5064dd7 100644 --- a/src/lex.cpp +++ b/src/lex.cpp @@ -26,11 +26,6 @@ #include "lex.hpp" -#include <cstdlib> - - -#define array_size(array) (sizeof(array)/sizeof((array)[0])) - namespace solar { |