aboutsummaryrefslogtreecommitdiff
path: root/shell/other
diff options
context:
space:
mode:
authorm45t3r2020-11-12 00:20:12 -0300
committerm45t3r2020-11-12 00:30:01 -0300
commitb573d4ac1108e58b367127780a30c3d50d2523a9 (patch)
treeaa9eb5369f837c15a9b61f46cb079d2edeaa7eb6 /shell/other
parentc6d560b0adc5b321115f2597091422787588b807 (diff)
downloadsnesemu-b573d4ac1108e58b367127780a30c3d50d2523a9.tar.gz
snesemu-b573d4ac1108e58b367127780a30c3d50d2523a9.tar.bz2
snesemu-b573d4ac1108e58b367127780a30c3d50d2523a9.zip
Fix compilation with modern GCC, remove unused portaudio.h
Diffstat (limited to 'shell/other')
-rw-r--r--shell/other/compatibility_layer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/other/compatibility_layer.c b/shell/other/compatibility_layer.c
index fea850b..27ffb5b 100644
--- a/shell/other/compatibility_layer.c
+++ b/shell/other/compatibility_layer.c
@@ -1,5 +1,4 @@
#include <SDL/SDL.h>
-#include <portaudio.h>
#include "main.h"
#include "snes9x.h"
#include "soundux.h"