From 30319d9cfbddba524ed55966ea6111b4aba9a12d Mon Sep 17 00:00:00 2001 From: "Koree A. Smith" Date: Tue, 4 Feb 2025 10:18:43 -0600 Subject: [PATCH] Removed duplicate lines. --- main.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.c b/main.c index 6dbd7f3..c7ffcd6 100644 --- a/main.c +++ b/main.c @@ -1,9 +1,6 @@ #include #include -#include -#include - int main() { void AlphabetizeStrings(char **Array, int size); char *Array[] = {"banana", "apple", "cherry", "date"};