about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJoe DF <joedf@live.ca>2014-09-22 01:09:14 -0400
committerJoe DF <joedf@live.ca>2014-09-22 01:09:14 -0400
commit09f6bf31562ece7f8376975f7b9d3cccf982854b (patch)
treed730c3a76a0f866094ee8c625bcb3f3e548e8f81
parent9587714183ad7ef55191f44b007f69c36b2279c8 (diff)
downloadbase64-09f6bf31562ece7f8376975f7b9d3cccf982854b.tar.gz
remove useless #include
-rw-r--r--base64.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/base64.c b/base64.c
index 55b482f..5196f64 100644
--- a/base64.c
+++ b/base64.c
@@ -1,5 +1,3 @@
-#include <stdlib.h>
-
 /*
 	base64.c - by Joe DF (joedf@ahkscript.org)
 	Released under the MIT License