about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJoe DF <joedf@live.ca>2018-07-12 13:51:04 -0400
committerJoe DF <joedf@live.ca>2018-07-12 13:51:04 -0400
commit51b49c9cc597d1c623c68f4f7cb5afadb7dd1fc3 (patch)
treed4c3d866c9372c7c73cb729a65e91dd275ca3a06
parentae01b500caa88d9e59a40f7d9c64243b77ab5393 (diff)
downloadbase64-51b49c9cc597d1c623c68f4f7cb5afadb7dd1fc3.tar.gz
rm unneeded includes
-rw-r--r--b64f.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/b64f.c b/b64f.c
index 895dc9e..4e8399e 100644
--- a/b64f.c
+++ b/b64f.c
@@ -1,6 +1,4 @@
 #include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
 
 #include "base64.h"