shithub: cstory

Download patch

ref: a3a8c4df947269cf71cc2b7fd2e471ce44fe535b
parent: e934cae6968cef118f639a375311a797a99ea506
author: Clownacy <Clownacy@users.noreply.github.com>
date: Tue Jun 30 13:33:03 EDT 2020

Remove an include which isn't needed

--- a/src/Sound.cpp
+++ b/src/Sound.cpp
@@ -13,7 +13,7 @@
 #include "Sound.h"
 
 #include <stddef.h>
-#include <stdio.h>
+//#include <stdio.h>	// Used by commented-out code
 #include <stdlib.h>
 #include <string.h>