diff options
author | Tectu <joel@unormal.org> | 2012-07-23 19:54:10 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-07-23 19:54:10 +0200 |
commit | fa4272d31f06a674130ed8e494add2b8aa969493 (patch) | |
tree | ef0d5e4dfddf371d8dc29e47922110f372cba136 /glcd/glcd.c | |
parent | a9d5837f4039ecc1868c4fefae66e52c61f02142 (diff) | |
download | uGFX-fa4272d31f06a674130ed8e494add2b8aa969493.tar.gz uGFX-fa4272d31f06a674130ed8e494add2b8aa969493.tar.bz2 uGFX-fa4272d31f06a674130ed8e494add2b8aa969493.zip |
cleanup
Diffstat (limited to 'glcd/glcd.c')
-rw-r--r-- | glcd/glcd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/glcd/glcd.c b/glcd/glcd.c index 432b7c0d..5d8804b5 100644 --- a/glcd/glcd.c +++ b/glcd/glcd.c @@ -1,6 +1,4 @@ #include "glcd.h" -#include <stdlib.h> -#include <math.h> #define EMSG(a) const struct a *emsg = (const struct a*)msg |