From 1d8f8c5b5d3a5ea7b20116b690aa38468446df90 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Fri, 17 May 2019 08:43:30 -0700 Subject: Split generic part of audio code into a separate file so it can be used in other targets besides SDL --- psg.c | 1 - 1 file changed, 1 deletion(-) (limited to 'psg.c') diff --git a/psg.c b/psg.c index a788487..ccf0779 100644 --- a/psg.c +++ b/psg.c @@ -4,7 +4,6 @@ BlastEm is free software distributed under the terms of the GNU General Public License version 3 or greater. See COPYING for full license text. */ #include "psg.h" -#include "render.h" #include "blastem.h" #include #include -- cgit v1.2.3