summaryrefslogtreecommitdiff
path: root/psg.c
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2019-05-17 08:43:30 -0700
committerMichael Pavone <pavone@retrodev.com>2019-05-17 08:43:30 -0700
commit1d8f8c5b5d3a5ea7b20116b690aa38468446df90 (patch)
tree87dc3612c543fd5e73c329f245f8dc483b66092a /psg.c
parent8ad096f5309ac7c3876b22b6d048f229cdf5677d (diff)
Split generic part of audio code into a separate file so it can be used in other targets besides SDL
Diffstat (limited to 'psg.c')
-rw-r--r--psg.c1
1 files changed, 0 insertions, 1 deletions
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 <string.h>
#include <stdlib.h>