From 120e370a3b647117b234180c3c022df30d2a9e00 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Tue, 23 Nov 2021 12:44:48 -0600 Subject: [PATCH] Finish removing cheese cowfile Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com> --- src/Cowsay.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Cowsay.jl b/src/Cowsay.jl index 2a7b744..1811852 100644 --- a/src/Cowsay.jl +++ b/src/Cowsay.jl @@ -4,7 +4,6 @@ export cowsay include("cows/blowfish.cow.jl") include("cows/bunny.cow.jl") -include("cows/cheese.cow.jl") include("cows/cower.cow.jl") include("cows/default.cow.jl") include("cows/dragon-and-cow.cow.jl")