commit 8ecd7b4be84f49c4a0ed79967746f06a4be0d1f4
Author: Tai Chi Minh Ralph Eastwood <[email protected]>
Date:   Tue Feb 10 19:37:06 2015 +0000

    uuencode: refactor by removing extranous #include

diff --git a/uuencode.c b/uuencode.c
index 5ef93bf..af41473 100644
--- a/uuencode.c
+++ b/uuencode.c
@@ -4,7 +4,6 @@
 #include <sys/stat.h>
 #include <sys/types.h>
 #include <unistd.h>
-#include <assert.h>
 
 #include "util.h"
 

Reply via email to