summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LED.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/LED.c b/LED.c
index 3da5dd1..baedb4d 100644
--- a/LED.c
+++ b/LED.c
@@ -31,11 +31,8 @@
#include "LEDP.h"
#include <stdio.h>
#include <ctype.h>
-/* needed for abs() */
#include <stdlib.h>
-#define streq(a,b) (strcmp( (a), (b) ) == 0)
-
#ifdef CRAY
#define WORD64
#endif